mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
fix typo
This commit is contained in:
parent
40ebaaa547
commit
128272cf20
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class _NewWalletOptionsViewState extends ConsumerState<NewWalletOptionsView> {
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
"You may add a BIP39 passphrase. This is optional. "
|
"You may add a BIP39 passphrase. This is optional. "
|
||||||
"You will need BOTH you seed and your passphrase to recover the wallet.",
|
"You will need BOTH your seed and your passphrase to recover the wallet.",
|
||||||
style: Util.isDesktop
|
style: Util.isDesktop
|
||||||
? STextStyles.desktopTextExtraSmall(context)
|
? STextStyles.desktopTextExtraSmall(context)
|
||||||
.copyWith(
|
.copyWith(
|
||||||
|
|
Loading…
Reference in a new issue