mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
minor fixes
This commit is contained in:
parent
95a1291704
commit
b316f2fc7b
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ class WarningPage extends BasePage {
|
|||
? Navigator.of(context)
|
||||
.popAndPushNamed(Routes.seed, arguments: true)
|
||||
: Navigator.of(context)
|
||||
.popAndPushNamed(Routes.setup_2faPage),
|
||||
.pushNamed(Routes.setup_2faPage),
|
||||
text: isPreSeedPage
|
||||
? S.of(context).pre_seed_button_text
|
||||
: S.of(context).understand,
|
||||
|
|
|
@ -14,7 +14,7 @@ class Setup2FAPage extends BasePage {
|
|||
final Setup2FAViewModel setup2FAViewModel;
|
||||
|
||||
@override
|
||||
String get title => 'CAKE 2FA';
|
||||
String get title => 'Cake 2FA';
|
||||
|
||||
@override
|
||||
Widget body(BuildContext context) {
|
||||
|
|
Loading…
Reference in a new issue