From ac7dbe50fdd38bbda274c061afc71674d736a582 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 18 Sep 2016 18:45:40 -0400 Subject: multi-language "its your fault" Former-commit-id: 645ce06e08d1a3c3335eb6a2badd31728c626d04 --- www/lang/locale-en.json | 1 + www/templates/zm-portal-login.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ -
If this screen doesn't go away after a while, you have not setup ZoneMinder and/or the APIs correctly
+
{{'kPortalNotice' | translate}}
-- cgit v1.2.3