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
1 changed files with 1 additions and 1 deletions

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'),
]), ]),
]) ])
) )