mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +00:00
change wording on successful restore
This commit is contained in:
parent
dd0fc6f369
commit
fbbd175d0f
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class RestoreSucceededDialog extends StatelessWidget {
|
||||||
height: 16,
|
height: 16,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
"You can use your wallet now.",
|
"You may access your wallet now.",
|
||||||
style: STextStyles.desktopTextMedium(context).copyWith(
|
style: STextStyles.desktopTextMedium(context).copyWith(
|
||||||
color: Theme.of(context).extension<StackColors>()!.textDark3,
|
color: Theme.of(context).extension<StackColors>()!.textDark3,
|
||||||
),
|
),
|
||||||
|
@ -80,7 +80,7 @@ class RestoreSucceededDialog extends StatelessWidget {
|
||||||
} else {
|
} else {
|
||||||
return StackDialog(
|
return StackDialog(
|
||||||
title: "Wallet restored",
|
title: "Wallet restored",
|
||||||
message: "You can use your wallet now.",
|
message: "You may access your wallet now.",
|
||||||
icon: SvgPicture.asset(
|
icon: SvgPicture.asset(
|
||||||
Assets.svg.checkCircle,
|
Assets.svg.checkCircle,
|
||||||
width: 24,
|
width: 24,
|
||||||
|
|
Loading…
Reference in a new issue