add restore wording

This commit is contained in:
julian 2022-12-05 16:14:16 -06:00
parent ef8f38aeb8
commit 4559269784

View file

@ -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(