Skip to content

Commit

Permalink
update contact method translations for NewContactMethodPage
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Sep 6, 2024
1 parent 2cc3b95 commit 5022fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/Profile/Contacts/NewContactMethodPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ function NewContactMethodPage({loginList, route}: NewContactMethodPageProps) {
clearError={() => User.clearContactMethodErrors(contactMethod, 'validateLogin')}
onClose={() => setIsValidateCodeActionModalVisible(false)}
isVisible={isValidateCodeActionModalVisible}
title="Verify it is you"
description="Please enter the code that sent to your email"
title={contactMethod}
description={translate('contacts.enterMagicCode', {contactMethod})}
/>
</ScreenWrapper>
);
Expand Down

0 comments on commit 5022fa8

Please sign in to comment.