summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-02-11 13:29:09 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-02-11 13:29:09 -0500
commitfe2504f6311c25689888e7d5b398087d55df99d8 (patch)
tree22b4bcdd138aeb44f6c01c9b59745a29f67c9605 /www/templates
parent937117cdcdf12ab3d339da004013bfd5e3327aee (diff)
error handler enhanced #451
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/wizard.html b/www/templates/wizard.html
index 82f01c8b..60d1e1ef 100644
--- a/www/templates/wizard.html
+++ b/www/templates/wizard.html
@@ -11,7 +11,7 @@
<p>{{'kWizConfigPain' | translate}}</p>
<h4>{{'kWizPortalUrl' | translate}}</h4>
<label class="item item-input">
- <input autocorrect="off" autocapitalize="none" autocomplete="off" type="text" placeholder="{{'kPortalUrlExample | translate}}" ng-model="wizard.portalurl">
+ <input autocorrect="off" autocapitalize="none" autocomplete="off" type="text" placeholder="{{'kPortalUrlExample' | translate}}" 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>