diff --git a/apps/web/core/components/profile/form.tsx b/apps/web/core/components/profile/form.tsx index 9f5ce2a70..545854656 100644 --- a/apps/web/core/components/profile/form.tsx +++ b/apps/web/core/components/profile/form.tsx @@ -368,7 +368,7 @@ export const ProfileForm = observer(function ProfileForm(props: TProfileFormProp className="text-xs underline btn w-fit text-custom-text-200" onClick={() => setIsChangeEmailModalOpen(true)} > - {t("change_email")} + {t("account_settings.profile.change_email_modal.title")} )}