1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00

Merge pull request #2046 from MetaMask/RewordSeedRestore

Reword forgot password to restore seed phrase
This commit is contained in:
Kevin Serrano 2017-09-07 16:28:37 -07:00 committed by GitHub
commit 941ea65af7

View File

@ -80,7 +80,7 @@ UnlockScreen.prototype.render = function () {
color: 'rgb(247, 134, 28)',
textDecoration: 'underline',
},
}, 'I forgot my password.'),
}, 'Restore from seed phrase'),
]),
])
)