Poll Modal: Add missing translations (#40)

This commit is contained in:
Muaath Alqarni 2021-06-21 16:42:54 +03:00 committed by GitHub
parent bd19dedc24
commit 424116bb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,7 +295,7 @@ const PollModal: FC<OwnProps> = ({ isOpen, onSend, onClear }) => {
<div className="options-divider" /> <div className="options-divider" />
<div className="options-list custom-scroll" ref={optionsListRef}> <div className="options-list custom-scroll" ref={optionsListRef}>
<h3 className="options-header">Options</h3> <h3 className="options-header">{lang('PollOptions')}</h3>
{hasErrors && renderQuizNoOptionError()} {hasErrors && renderQuizNoOptionError()}
{isQuizMode ? ( {isQuizMode ? (
@ -332,7 +332,7 @@ const PollModal: FC<OwnProps> = ({ isOpen, onSend, onClear }) => {
/> />
{isQuizMode && ( {isQuizMode && (
<> <>
<h3 className="options-header">Solution</h3> <h3 className="options-header">{lang('lng_polls_solution_title')}</h3>
<div <div
ref={solutionRef} ref={solutionRef}
className="form-control" className="form-control"