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:
parent
b1f5f78d90
commit
cb28ecad54
@ -2187,7 +2187,7 @@
|
|||||||
"message": "Passwords Don't Match"
|
"message": "Passwords Don't Match"
|
||||||
},
|
},
|
||||||
"pastePrivateKey": {
|
"pastePrivateKey": {
|
||||||
"message": "Paste your private key string here:",
|
"message": "Enter your private key string here:",
|
||||||
"description": "For importing an account from a private key"
|
"description": "For importing an account from a private key"
|
||||||
},
|
},
|
||||||
"pending": {
|
"pending": {
|
||||||
@ -2499,7 +2499,7 @@
|
|||||||
"message": "Separate each word with a single space"
|
"message": "Separate each word with a single space"
|
||||||
},
|
},
|
||||||
"seedPhrasePlaceholderPaste": {
|
"seedPhrasePlaceholderPaste": {
|
||||||
"message": "Paste Secret Recovery Phrase from clipboard"
|
"message": "Enter your Secret Recovery Phrase"
|
||||||
},
|
},
|
||||||
"seedPhraseReq": {
|
"seedPhraseReq": {
|
||||||
"message": "Secret Recovery Phrases contain 12, 15, 18, 21, or 24 words"
|
"message": "Secret Recovery Phrases contain 12, 15, 18, 21, or 24 words"
|
||||||
|
@ -77,7 +77,7 @@ describe('Metamask Import UI', function () {
|
|||||||
|
|
||||||
// Import Secret Recovery Phrase
|
// Import Secret Recovery Phrase
|
||||||
await driver.fill(
|
await driver.fill(
|
||||||
'input[placeholder="Paste Secret Recovery Phrase from clipboard"]',
|
'input[placeholder="Enter your Secret Recovery Phrase"]',
|
||||||
testSeedPhrase,
|
testSeedPhrase,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user