From d13bcca89881d3dfc255d0577e316ab939d64ce8 Mon Sep 17 00:00:00 2001 From: Sean Hagstrom Date: Thu, 3 Apr 2025 14:45:06 +0100 Subject: [PATCH] chore: update the forgot-password modal verbiage --- .../forgot_password_doc/view.cljs | 20 ++++++------------- translations/en.json | 9 ++++++--- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/src/status_im/common/standard_authentication/forgot_password_doc/view.cljs b/src/status_im/common/standard_authentication/forgot_password_doc/view.cljs index 4dfe9a7e331..f9923ec976f 100644 --- a/src/status_im/common/standard_authentication/forgot_password_doc/view.cljs +++ b/src/status_im/common/standard_authentication/forgot_password_doc/view.cljs @@ -15,32 +15,24 @@ [rn/view {:style style/step-container} [quo/step {:in-blur-view? shell?} 1] - [rn/view {:style style/step-content} - [quo/text {:size :paragraph-2 :weight :semi-bold} - (i18n/label :t/forgot-your-password-info-remove-app)] - [quo/text {:size :paragraph-2} (i18n/label :t/forgot-your-password-info-remove-app-description)]]] - - [rn/view {:style style/step-container} - [quo/step {:in-blur-view? shell?} 2] [rn/view {:style style/step-content} [quo/text {:size :paragraph-2 :weight :semi-bold} - (i18n/label :t/forgot-your-password-info-reinstall-app)] + (i18n/label :t/forgot-your-password-info-remove-profile)] [quo/text {:size :paragraph-2} - (i18n/label :t/forgot-your-password-info-reinstall-app-description)]]] + (i18n/label :t/forgot-your-password-info-remove-profile-description)]]] [rn/view {:style style/step-container} - [quo/step {:in-blur-view? shell?} 3] + [quo/step {:in-blur-view? shell?} 2] [rn/view {:style style/step-content} [rn/view {:style style/step-title} - [quo/text {:size :paragraph-2} (str (i18n/label :t/sign-up) " ")] [quo/text {:size :paragraph-2 :weight :semi-bold} - (i18n/label :t/forgot-your-password-info-signup-with-key)]] + (i18n/label :t/forgot-your-password-info-recover-profile)]] [quo/text {:size :paragraph-2} - (i18n/label :t/forgot-your-password-info-signup-with-key-description)]]] + (i18n/label :t/forgot-your-password-info-recover-profile-description)]]] [rn/view {:style style/step-container} - [quo/step {:in-blur-view? shell?} 4] + [quo/step {:in-blur-view? shell?} 3] [rn/view {:style style/step-content} [quo/text {:size :paragraph-2 :weight :semi-bold} (i18n/label :t/forgot-your-password-info-create-new-password)] diff --git a/translations/en.json b/translations/en.json index 8ed97844318..0722d53310c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1094,12 +1094,15 @@ "for-airdrops": "For airdrops", "forgot-password": "Forgot password?", "forgot-your-password-info-create-new-password": "Create a new password", - "forgot-your-password-info-create-new-password-description": "Enter a new password and you're all set! You will be able to use your new password.", - "forgot-your-password-info-description": "To recover your password follow these steps:", - "forgot-your-password-info-reinstall-app": "Reinstall the Status app", + "forgot-your-password-info-create-new-password-description": "You're good to go! You can now use your updated password.", + "forgot-your-password-info-description": "To use a different password follow these steps:", + "forgot-your-password-info-recover-profile": "Login again", + "forgot-your-password-info-recover-profile-description": "Use your recovery phrase to regain access.", "forgot-your-password-info-reinstall-app-description": "Re-download the app from your store.", "forgot-your-password-info-remove-app": "Remove the Status app", "forgot-your-password-info-remove-app-description": "This will erase all your data from the device, including your password.", + "forgot-your-password-info-remove-profile": "Remove your profile", + "forgot-your-password-info-remove-profile-description": "This will delete all data from your device, including your password.", "forgot-your-password-info-signup-with-key": "with your existing keys", "forgot-your-password-info-signup-with-key-description": "Access with your seed phrase or with your Keycard.", "forgot-your-password-info-title": "Forgot your password?",