mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-27 13:06:07 +00:00
minor code cleanup
This commit is contained in:
parent
336c1fff5f
commit
4dc401a100
1 changed files with 4 additions and 4 deletions
|
@ -267,10 +267,10 @@ class _WalletSeedPageBodyState extends State<WalletSeedPageBody> {
|
|||
context: context,
|
||||
builder: (dialogContext) {
|
||||
return AlertWithTwoActions(
|
||||
alertTitle: S.of(context).save_to_pm,
|
||||
alertContent: S.of(context).save_backup_password,
|
||||
rightButtonText: S.of(context).ok,
|
||||
leftButtonText: S.of(context).cancel,
|
||||
alertTitle: S.current.save_to_pm,
|
||||
alertContent: S.current.save_backup_password,
|
||||
rightButtonText: S.current.save,
|
||||
leftButtonText: S.current.cancel,
|
||||
actionRightButton: () async {
|
||||
Navigator.of(dialogContext).pop(true);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue