Skip to content

Commit

Permalink
fix: Use close instead of skip when wallet attestation is revoked #2759
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 5, 2024
1 parent 8d6ad11 commit 3488c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enterprise/widget/wallet_revoked_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class WalletRevokedDialog extends StatelessWidget {
Navigator.of(context).pop();
},
child: Text(
l10n.skip.toUpperCase(),
l10n.close.toUpperCase(),
style: Theme.of(context)
.textTheme
.bodyLarge!
Expand Down

0 comments on commit 3488c09

Please sign in to comment.