Neeraj Gupta 2 vuotta sitten
vanhempi
commit
b841d5ecd7
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      lib/l10n/arb/app_en.arb
  2. 1 1
      lib/ui/account/logout_dialog.dart

+ 1 - 1
lib/l10n/arb/app_en.arb

@@ -63,7 +63,7 @@
   "supportDevs" : "Subscribe to <bold-green>ente</bold-green> to support this project.",
   "supportDevs" : "Subscribe to <bold-green>ente</bold-green> to support this project.",
   "supportDiscount" : "Use coupon code \"AUTH\" to get 10% off first year",
   "supportDiscount" : "Use coupon code \"AUTH\" to get 10% off first year",
   "changeEmail": "change email",
   "changeEmail": "change email",
-  "ok": "OK",
+  "ok": "Ok",
   "cancel": "Cancel",
   "cancel": "Cancel",
   "yes": "Yes",
   "yes": "Yes",
   "no": "No",
   "no": "No",

+ 1 - 1
lib/ui/account/logout_dialog.dart

@@ -11,7 +11,7 @@ Future<void> autoLogoutAlert(BuildContext context) async {
     actions: [
     actions: [
       TextButton(
       TextButton(
         child: Text(
         child: Text(
-          "Ok",
+          l10n.ok,
           style: TextStyle(
           style: TextStyle(
             color: Theme.of(context).colorScheme.primary,
             color: Theme.of(context).colorScheme.primary,
           ),
           ),