Fix string
This commit is contained in:
parent
abf4afe76e
commit
b841d5ecd7
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
"supportDevs" : "Subscribe to <bold-green>ente</bold-green> to support this project.",
|
||||
"supportDiscount" : "Use coupon code \"AUTH\" to get 10% off first year",
|
||||
"changeEmail": "change email",
|
||||
"ok": "OK",
|
||||
"ok": "Ok",
|
||||
"cancel": "Cancel",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
|
|
|
@ -11,7 +11,7 @@ Future<void> autoLogoutAlert(BuildContext context) async {
|
|||
actions: [
|
||||
TextButton(
|
||||
child: Text(
|
||||
"Ok",
|
||||
l10n.ok,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue