aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/l10n/en.json2
-rw-r--r--web/release.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 48695c91..712e32ff 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -31,8 +31,10 @@
"sharedName": "Name",
"sharedDescription": "Description",
"sharedSearch": "Search",
+ "sharedIconScale": "Icon Scale",
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
+ "sharedCreateGeofence": "Create Geofence",
"sharedNotifications": "Notifications",
"sharedNotification": "Notification",
"sharedAttributes": "Attributes",
diff --git a/web/release.html b/web/release.html
index f91a2b49..1c22da60 100644
--- a/web/release.html
+++ b/web/release.html
@@ -10,8 +10,6 @@
</head>
<body>
<div id="spinner"></div>
-<script>localStorage.getItem('legacyApp') || location.replace('/modern/');</script>
-<div id="update"><a href="javascript:localStorage.removeItem('legacyApp') || location.replace('/modern/');">Switch to Modern App</a></div>
<div id="attribution">Powered by <a href="https://www.traccar.org/" target="_blank">Traccar GPS Tracking System</a></div>
<script id="loadScript" src="load.js"></script>
</body>