Fix phrasing on delete accounts dialog

This commit is contained in:
Nathaniel Parke 2020-11-11 20:06:45 +08:00
parent af5d5cb986
commit 0e50f86228
1 changed files with 5 additions and 3 deletions

View File

@ -23,11 +23,13 @@ export default function DeleteAccountDialog({open, onClose, isDeleteAccountEnabl
flexDirection: 'column', flexDirection: 'column',
}} }}
> >
You will not be able to recover this account without either the seed phrase, or You will not be able to recover the current accounts without the seed phrase, and
the account private key.<br/><br/> the account private key. This action will delete all current accounts from
your browser.<br/><br/>
<strong style={{textAlign: 'center'}}> <strong style={{textAlign: 'center'}}>
Please ensure you have either the seed phrase or the private key to prevent loss of funds. To prevent loss of funds, please ensure you have the seed phrase and the private key
for all current accounts.
</strong> </strong>
</div> </div>
</DialogContentText> </DialogContentText>