-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add new keys for factor source slide ups #578
Conversation
"factorSourceActions_createKey_title": "Creating Key", | ||
"factorSourceActions_device_messageSignature": "Authenticate to your phone to sign.", | ||
"factorSourceActions_device_message": "Authenticate to your phone to complete using your phone's signing key.", | ||
"factorSourceActions_device_signMessage": "Use your phone’s biometrics or PIN to sign", |
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.
is the factorSourceActions_device_messageSignature
still required? Seems confusing to have messageSignature
& signMessage
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 wanted to delete the keys, but we had discussed to not remove keys in the past. Are you ok to remove the old ones?
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.
given that we already need to update code after renaming _passphrase
into offDeviceMnemonic
, I believe it is a good time to delete them now
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.
Also
factorSourceActions_ledger_messageSignature
factorSourceActions_ledger_messageDeriveAccounts
will not be supported. Should we delete?
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.
If we delete, the still not removed UIs will not compile.
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.
it is fine, I can make a quick update on main to just use the new Strings (together with the other mentioned updates) and then on future PR update the entire UI
"transactionReview_deletingAccount_message": "Deleting Account. Permanently removing access and preventing future deposits.", | ||
"transactionReview_signingTransactionFailure_title": "Cannot Sign Transaction", | ||
"transactionReview_signingTransactionFailure_message": "You’ve skipped too many factors and cannot sign the transaction. You can restart the signing process, or cancel it.", | ||
"transactionReview_signingTransactionFailure_restart": "Restart Signing", | ||
"transactionReview_signingTransactionFailure_cancel": "Cancel Transaction" |
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.
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 agree
Keys for
transactionReview
andfactorSourceActions