Update onboarding flow text to mention that clearing browser storage also makes you lose access to your wallet (#5)
This commit is contained in:
parent
cb32d5ec84
commit
b2d9be00c8
|
@ -103,8 +103,8 @@ function SeedWordsForm({ mnemonicAndSeed, goForward }) {
|
|||
)}
|
||||
<Typography paragraph>
|
||||
Your private keys are only stored on your current computer or device.
|
||||
You will need these words to restore your wallet if your device is
|
||||
damaged or lost.
|
||||
You will need these words to restore your wallet if your browser's
|
||||
storage is cleared or your device is damaged or lost.
|
||||
</Typography>
|
||||
<FormControlLabel
|
||||
control={
|
||||
|
|
Loading…
Reference in New Issue