Merge pull request #2046 from MetaMask/RewordSeedRestore

Reword forgot password to restore seed phrase
feature/default_network_editable
Kevin Serrano 7 years ago committed by GitHub
commit 941ea65af7
  1. 2
      ui/app/unlock.js

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

Loading…
Cancel
Save