summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-11 10:57:48 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-11 10:57:48 -0500
commitca963710c3d05f193c1f7cc0f3a45d6df0ae032f (patch)
tree9b249f3ad97fe28ac496e91add5c1186c885430b
parent106c5c2c1617fa6685afd7ec2d9afc306e795cf0 (diff)
Added warning to turn of auto-correct during config in zmNinja #367
-rw-r--r--www/lang/locale-en.json1
-rw-r--r--www/templates/wizard.html1
2 files changed, 2 insertions, 0 deletions
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 @@
<label class="item item-input">
<input autocorrect="off" autocapitalize="none" autocomplete="off" type="text" placeholder="e.g. http://server/zm" ng-model="wizard.portalurl">
</label>
+ <p ng-if="$root.platformOS=='android'" style="font-size:0.8em; color:gray">{{'kDisableSamsung' | translate}}</p>
<a class="button icon-left ion-information-circled button-clear button-dark" ng-click="toggleTip()">{{wizard.tiptext}}</a>