diff options
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 05d28848..0e302c9e 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -14,7 +14,7 @@ <input type="password" placeholder="Password" ng-model="loginData.password"> </label> <label class="item item-input"> - <input autocapitalize="none" type="text" placeholder="Zoneminder base URL" ng-model="loginData.url"> + <input autocapitalize="none" type="text" placeholder="ZM base URL (please don't add /zm)" ng-model="loginData.url"> </label> <label class="item item-input"> <input autocapitalize="none" type="text" placeholder="API base URL" ng-model="loginData.apiurl"> |
