aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-11 07:59:45 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-11 07:59:45 +0500
commit3c74601a7702669470d5ad76a3cf8e9328ad45bc (patch)
tree5200d17c5c04ac4d40826cf3f1573c12e143e52c /web
parent7bdbea99ae60ee6dab11a892b2336a4dfa45da5e (diff)
downloadetbsa-traccar-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.gz
etbsa-traccar-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.bz2
etbsa-traccar-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.zip
Use "Extra" instead of "Preferences"
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",