Skip to content

chore: update the forgot-password modal verbiage #22436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
9 changes: 6 additions & 3 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down