mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
word count fix
This commit is contained in:
parent
5d025f9080
commit
811bc0e870
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class _NewWalletRecoveryPhraseWarningViewState
|
|||
),
|
||||
),
|
||||
TextSpan(
|
||||
text: "12 words",
|
||||
text: "$_numberOfPhraseWords words",
|
||||
style: STextStyles.desktopH3(context).copyWith(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
|
|
Loading…
Reference in a new issue