mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Updating Secret Recovery code -> Secret Recovery Phrase (Backup notice) (#11338)
* Updating Secret Recovery code -> Secret Recovery Phrase (Backup notice) * Updating expected text for e2e test
This commit is contained in:
parent
64835b1457
commit
76f25eef81
@ -229,7 +229,7 @@
|
||||
"message": "This secret code is required to recover your wallet in case you lose your device, forget your password, have to re-install MetaMask, or want to access your wallet on another device."
|
||||
},
|
||||
"backupApprovalNotice": {
|
||||
"message": "Backup your Secret Recovery code to keep your wallet and funds secure."
|
||||
"message": "Backup your Secret Recovery Phrase to keep your wallet and funds secure."
|
||||
},
|
||||
"backupNow": {
|
||||
"message": "Backup now"
|
||||
|
@ -122,7 +122,7 @@ describe('Incremental Security', function () {
|
||||
// should show a backup reminder
|
||||
const backupReminder = await driver.findElements({
|
||||
xpath:
|
||||
"//div[contains(@class, 'home-notification__text') and contains(text(), 'Backup your Secret Recovery code to keep your wallet and funds secure')]",
|
||||
"//div[contains(@class, 'home-notification__text') and contains(text(), 'Backup your Secret Recovery Phrase to keep your wallet and funds secure')]",
|
||||
});
|
||||
assert.equal(backupReminder.length, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user