aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/view/Main.js2
-rw-r--r--web/l10n/en.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/Main.js b/web/app/view/Main.js
index 6b4daf138..c15faab47 100644
--- a/web/app/view/Main.js
+++ b/web/app/view/Main.js
@@ -37,7 +37,7 @@ Ext.define('Traccar.view.Main', {
region: 'west',
layout: 'border',
width: Traccar.Style.deviceWidth,
- title: 'devicesAndState',
+ title: Strings.devicesAndState,
defaults: {
split: true,
diff --git a/web/l10n/en.json b/web/l10n/en.json
index d70e97a07..8e10812f3 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -27,6 +27,7 @@
"loginFailed": "Incorrect email address or password",
"loginCreated": "New user has been registered",
"loginLogout": "Logout",
+ "devicesAndState": "Devices and State",
"deviceDialog": "Device",
"deviceTitle": "Devices",
"deviceName": "Name",