From ca963710c3d05f193c1f7cc0f3a45d6df0ae032f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 11 Nov 2016 10:57:48 -0500 Subject: Added warning to turn of auto-correct during config in zmNinja #367 --- www/lang/locale-en.json | 1 + www/templates/wizard.html | 1 + 2 files changed, 2 insertions(+) (limited to 'www') diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 5e9d032c..78175511 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -61,6 +61,7 @@ "kDisableNative" :"Disable Native transitions", "kDisableNativeSub" :"Enable if the menu is freezing", "kDisablePush" :"disable APNS/GCM", + "kDisableSamsung" :"If you are on a samsung device and are facing input issues, please temporarily disable auto-correction", "kDiscovering" :"discovering", "kDiscoveringAPI" :"discovering api", "kDiscoveringCGI" :"discovering cgi", diff --git a/www/templates/wizard.html b/www/templates/wizard.html index 3d20c522..fe69f595 100644 --- a/www/templates/wizard.html +++ b/www/templates/wizard.html @@ -20,6 +20,7 @@ +

{{'kDisableSamsung' | translate}}

{{wizard.tiptext}} -- cgit v1.2.3