Merge pull request #3316 from ethcore/jg-update-phrase

Update account recovery phrase hint
This commit is contained in:
Nicolas Gotchac 2016-11-09 18:07:13 +01:00 committed by GitHub
commit 92333ab875

View File

@ -58,7 +58,7 @@ export default class AccountDetails extends Component {
readOnly
allowCopy
hint='the account recovery phrase'
label='account recovery phrase (keep safe)'
label='owner recovery phrase (keep private and secure, it allows full and unlimited access to the account)'
value={ phrase } />
);
}