summaryrefslogtreecommitdiff
path: root/www/templates/wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/wizard.html')
-rw-r--r--www/templates/wizard.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/wizard.html b/www/templates/wizard.html
index dab46d02..5c222f76 100644
--- a/www/templates/wizard.html
+++ b/www/templates/wizard.html
@@ -54,7 +54,7 @@
<label class="item item-text-wrap item-input item-floating-label" >
<span class="input-label">{{'kPassword' | translate}}</span>
<input type="password" ng-model="wizard.zmpassword" placeholder="zm auth password" >
- <p >{{'kWizPasswdNote' | translate}}</p>
+ <!--<p >{{'kWizPasswdNote' | translate}}</p>-->
</label>
</div>
@@ -66,7 +66,7 @@
<label class="item item-input item-text-wrap item-floating-label" ng-show="wizard.usebasicauth">
<span class="input-label">{{'kPassword' | translate}}</span>
<input type="password" ng-model="wizard.basicpassword" placeholder="basic auth password" >
- <p >{{'kWizPasswdNote' | translate}}</p>
+ <p>{{'kWizPasswdNote' | translate}}</p>
</label>