summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/NVR.js2
-rw-r--r--www/lang/locale-de.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 82b7ac66..d37851cf 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -20,7 +20,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.043";
+ var zmAppVersion = "1.3.050";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;
diff --git a/www/lang/locale-de.json b/www/lang/locale-de.json
index cbf0d392..4dd6ec15 100644
--- a/www/lang/locale-de.json
+++ b/www/lang/locale-de.json
@@ -82,6 +82,7 @@
"kEmailNotConfigured" :"Email nicht eingerichtet",
"kEnable24hr" :"24-Stunden Zeitformat aktivieren",
"kEnableDebug" :"Aktiviere Debug Logs",
+ "kEnableEventRefresh" :"Automatische Aktualisierung der Ereignissseite",
"kEnableLogs" :"Aktiviere Logs",
"kEnableSlowLoading" :"Benutze lange HTTP Timeouts",
"kEnableStrictSSL" :"Aktiviere strikten SSL Check",