change wording on successful restore

This commit is contained in:
julian 2024-01-18 13:34:11 -06:00
parent dd0fc6f369
commit fbbd175d0f

View file

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