diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/lang/locale-en.json | 1 | ||||
| -rw-r--r-- | www/templates/zm-portal-login.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index b253b6cf..995aa926 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -209,6 +209,7 @@ "kOnlyUseWebSocket" :"only use websockets", "kOperationInProgressBody" :"The previous operation is still in progress. Please wait", "kOperationInProgressTitle" :"Operation in Progress", + "kPortalNotice" :"If this screen doesn't go away after a while, you have not setup ZoneMinder and/or the APIs correctly", "kPTZ" :"pan/tilt/zoom", "kPTZNotReady" :"Not ready for PTZ", "kPTZnotConfigured" :"PTZ not configured for this monitor", diff --git a/www/templates/zm-portal-login.html b/www/templates/zm-portal-login.html index 70753fd4..172136e2 100644 --- a/www/templates/zm-portal-login.html +++ b/www/templates/zm-portal-login.html @@ -23,7 +23,7 @@ <button class="button button-dark icon ion-unlocked" ng-click="unlock()"> Unlock </button> </div> - <div style="color:white">If this screen doesn't go away after a while, you have not setup ZoneMinder and/or the APIs correctly</div> + <div style="color:white">{{'kPortalNotice' | translate}}</div> </center> </div> |
