Fix string

This commit is contained in:
Neeraj Gupta 2023-04-04 16:12:18 +05:30
parent abf4afe76e
commit b841d5ecd7
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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