diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-18 18:45:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-18 18:45:40 -0400 |
| commit | ac7dbe50fdd38bbda274c061afc71674d736a582 (patch) | |
| tree | 7ea799b1500e9fc52562bfb636b369c8048022c9 | |
| parent | f8c7818ec93d0f6f96eed3e21c6d499dde47065d (diff) | |
multi-language "its your fault"
Former-commit-id: 645ce06e08d1a3c3335eb6a2badd31728c626d04
| -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> |
