mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
add restore wording
This commit is contained in:
parent
ef8f38aeb8
commit
4559269784
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@ class _ForgotPasswordDesktopViewState
|
|||
style: STextStyles.desktopTextSmall(context),
|
||||
),
|
||||
TextSpan(
|
||||
text: "create a new Stack",
|
||||
text: widget.shouldCreateNew
|
||||
? "create a new Stack"
|
||||
: "restore from backup",
|
||||
style: STextStyles.desktopTextSmallBold(context),
|
||||
),
|
||||
TextSpan(
|
||||
|
|
Loading…
Reference in a new issue