Update account recovery phrase hint

Former-commit-id: 016e9fd1ab905f46f63bbd0a85210ddcf4cb47cc
This commit is contained in:
Jaco Greeff 2016-11-09 15:48:45 +01:00 committed by Arkadiy Paronyan
parent d898cc49ed
commit 59372af0af

View File

@ -58,7 +58,7 @@ export default class AccountDetails extends Component {
readOnly readOnly
allowCopy allowCopy
hint='the account recovery phrase' 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 } /> value={ phrase } />
); );
} }