From 5ddfd0e1a957dc601085223cd1d6aa167be07597 Mon Sep 17 00:00:00 2001 From: b-saikrishnakanth <130811169+b-saikrishnakanth@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:47:14 +0530 Subject: [PATCH] [WEB-5497] fix: update change email button label for localization consistency #8173 --- apps/web/core/components/profile/form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")} )}