aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app/view/DeviceDialog.js2
-rw-r--r--web/l10n/en.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js
index 2b29e30..38b0c08 100644
--- a/web/app/view/DeviceDialog.js
+++ b/web/app/view/DeviceDialog.js
@@ -38,7 +38,7 @@ Ext.define('Traccar.view.DeviceDialog', {
}]
}, {
xtype: 'fieldset',
- title: Strings.sharedPreferences,
+ title: Strings.sharedExtra,
collapsible: true,
collapsed: true,
items: [{
diff --git a/web/l10n/en.json b/web/l10n/en.json
index c6b9b2f..5f2b7b5 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -50,6 +50,7 @@
"sharedRequired": "Required",
"sharedPreferences": "Preferences",
"sharedPermissions": "Permissions",
+ "sharedExtra": "Extra",
"errorTitle": "Error",
"errorUnknown": "Unknown error",
"errorConnection": "Connection error",