Update account recovery phrase hint

This commit is contained in:
Jaco Greeff 2016-11-09 15:48:45 +01:00
parent 599f214ad9
commit 22faee2099
1 changed files with 1 additions and 1 deletions

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 } />
);
}