[WEB-5497] fix: update change email button label for localization consistency #8173
This commit is contained in:
parent
ef99f8bbca
commit
5ddfd0e1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue