mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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),
|
style: STextStyles.desktopTextSmall(context),
|
||||||
),
|
),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: "create a new Stack",
|
text: widget.shouldCreateNew
|
||||||
|
? "create a new Stack"
|
||||||
|
: "restore from backup",
|
||||||
style: STextStyles.desktopTextSmallBold(context),
|
style: STextStyles.desktopTextSmallBold(context),
|
||||||
),
|
),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
|
|
Loading…
Reference in a new issue