Skip to content

Commit

Permalink
Update src/components/interactive-builder/add-question.modal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo authored Sep 24, 2024
1 parent 2d64b8f commit 137dd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interactive-builder/add-question.modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ const AddQuestionModal: React.FC<AddQuestionModalProps> = ({
/>
<TextInput
id="lableFalse"
labelText={t('Label false', 'Lable false')}
labelText={t('labelFalse', 'Label false')}
value={t(toggleLabelFalse || '')}
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
setToggleLabelFalse(event.target.value)
Expand Down

0 comments on commit 137dd96

Please sign in to comment.