summaryrefslogtreecommitdiff
path: root/www/templates/wizard.html
diff options
context:
space:
mode:
author= <=>2019-03-11 11:05:06 -0400
committer= <=>2019-03-11 11:05:06 -0400
commit5973dc639ce9d1dfda927562683d6a3d09760653 (patch)
tree745ebe992c45a8e6ac01c9b041f732805dbb92a9 /www/templates/wizard.html
parenta952d593a5ef5041b774dcfd4f36a2b3fdcf7005 (diff)
#791 multiple profile/runs
Diffstat (limited to 'www/templates/wizard.html')
-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 de1e6e67..c929f877 100644
--- a/www/templates/wizard.html
+++ b/www/templates/wizard.html
@@ -60,7 +60,7 @@
<label class="item item-input item-text-wrap item-floating-label" ng-show="wizard.usebasicauth">
<span class="input-label">{{'kPassword' | translate}}</span>
- <input id="testaut_basicauth_password_input" type="password" ng-model="wizard.basicpassword" placeholder="{{'kPlaceHolderBasicAuthPass'|translate}}">
+ <input id="testaut_basicauthpassword_input" type="password" ng-model="wizard.basicpassword" placeholder="{{'kPlaceHolderBasicAuthPass'|translate}}">
<p>{{'kWizPasswdNote' | translate}}</p>
</label>
<a class="button icon-left ion-information-circled button-clear button-dark" ng-click="toggleTip()">{{wizard.tiptext}}</a>