-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix scroll and button text and secure now goes to next step #1737
Conversation
@@ -141,7 +141,7 @@ | |||
"subtitle": "This password will unlock your MetaMask wallet only on this device.", | |||
"password": "New Password", | |||
"confirm_password": "Confirm Password", | |||
"create_button": "NEXT", | |||
"create_button": "Create password", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just reuse the title?
metamask-mobile/locales/en.json
Line 140 in 09b5bd3
"title": "Create password", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we later could want to change the title without changing the button text and vice-versa?
…taMask/metamask-mobile into bugfix/scroll-choose-password
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Passed 👍
* Fix scroll and button text * Update tests * secure now goes to next step Co-authored-by: Ibrahim Taveras <ibrahimtaveras00@gmail.com>
Description
Fix scroll on choose password and button text and secure now goes to next step
Checklist
Issue
Resolves #???