diff --git a/frontend/src/app-components/auth/Register.tsx b/frontend/src/app-components/auth/Register.tsx index e4e9e91d..7f121251 100644 --- a/frontend/src/app-components/auth/Register.tsx +++ b/frontend/src/app-components/auth/Register.tsx @@ -206,7 +206,7 @@ export const Register = () => { > = ({ helperText={errors.metadata?.pattern?.message} error={!!errors.metadata?.pattern} label={t("label.regex")} - placeholder={t("placeholder.pattern")} + placeholder={t("label.pattern")} flags={["i"]} /> diff --git a/frontend/src/components/settings/SettingInput.tsx b/frontend/src/components/settings/SettingInput.tsx index 62f336d7..64836ac9 100644 --- a/frontend/src/components/settings/SettingInput.tsx +++ b/frontend/src/components/settings/SettingInput.tsx @@ -118,8 +118,8 @@ const SettingInput: React.FC = ({ entity={EntityType.BLOCK} format={Format.BASIC} labelKey="name" - label={t("label.fallback_block")} - helperText={t("help.fallback_block")} + label={t("help.fallback_message")} + helperText={t("help.fallback_message")} multiple={false} onChange={(_e, selected, ..._) => onChange(selected?.id || "")} {...rest} diff --git a/frontend/src/components/users/EditUserForm.tsx b/frontend/src/components/users/EditUserForm.tsx index dbf9ad3b..59b26556 100644 --- a/frontend/src/components/users/EditUserForm.tsx +++ b/frontend/src/components/users/EditUserForm.tsx @@ -76,7 +76,7 @@ export const EditUserForm: FC> = ({