diff --git a/components/elements/index.js b/components/elements/index.js index 8c18a759..1e161433 100644 --- a/components/elements/index.js +++ b/components/elements/index.js @@ -249,6 +249,7 @@ export function MultiLinefield(props) { //console.log(showIfHasParentShowValue, formProps[form].values[parentField]); let { t } = useTranslation(); + const translatedLabel = FieldsTranslations(props.label); const requiredMessage = t("newappeal:is-required-label"); const emojiNotAllowedMessage = t("newappeal:emojis-not-allowed-label"); @@ -259,7 +260,7 @@ export function MultiLinefield(props) { showIfHasParentShowValue && (