summaryrefslogtreecommitdiff
path: root/www/templates/wizard.html
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 /www/templates/wizard.html
parent106c5c2c1617fa6685afd7ec2d9afc306e795cf0 (diff)
Added warning to turn of auto-correct during config in zmNinja #367
Diffstat (limited to 'www/templates/wizard.html')
-rw-r--r--www/templates/wizard.html1
1 files changed, 1 insertions, 0 deletions
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>