Skip to content

Commit

Permalink
Fix: String ID showing up rather than text itself (#3247)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
timarney authored Feb 9, 2024
1 parent 3988d75 commit c2f8134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form-builder/app/edit/ModalForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const ModalForm = ({
/>
</div>
<div className="mb-2">
<ModalLabel>{t("inputdescription")}</ModalLabel>
<ModalLabel>{t("inputDescription")}</ModalLabel>
<Hint>{t("descriptionDescription")}</Hint>
<TextArea
id={`description--modal--${item.index}`}
Expand Down

0 comments on commit c2f8134

Please sign in to comment.