[WEB-5497] fix: update change email button label for localization consistency #8173

This commit is contained in:
b-saikrishnakanth 2025-11-25 15:47:14 +05:30 committed by GitHub
parent ef99f8bbca
commit 5ddfd0e1a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")}
</button>
)}
</div>