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

Reword forgot password to restore seed phrase

This always confuses people, I just finally did it.
This commit is contained in:
Dan Finlay 2017-09-07 15:27:30 -07:00
parent 13c7b28d40
commit 64717726c4

View File

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