diff options
Diffstat (limited to 'www/templates/wizard.html')
| -rw-r--r-- | www/templates/wizard.html | 1 |
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> |
