1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

SRP copy-paste language (#12012)

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
This commit is contained in:
oliver renwick 2022-01-24 09:28:16 -05:00 committed by GitHub
parent b1f5f78d90
commit cb28ecad54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2187,7 +2187,7 @@
"message": "Passwords Don't Match"
},
"pastePrivateKey": {
"message": "Paste your private key string here:",
"message": "Enter your private key string here:",
"description": "For importing an account from a private key"
},
"pending": {
@ -2499,7 +2499,7 @@
"message": "Separate each word with a single space"
},
"seedPhrasePlaceholderPaste": {
"message": "Paste Secret Recovery Phrase from clipboard"
"message": "Enter your Secret Recovery Phrase"
},
"seedPhraseReq": {
"message": "Secret Recovery Phrases contain 12, 15, 18, 21, or 24 words"

View File

@ -77,7 +77,7 @@ describe('Metamask Import UI', function () {
// Import Secret Recovery Phrase
await driver.fill(
'input[placeholder="Paste Secret Recovery Phrase from clipboard"]',
'input[placeholder="Enter your Secret Recovery Phrase"]',
testSeedPhrase,
);