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