diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-11 07:59:45 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-11 07:59:45 +0500 |
commit | 3c74601a7702669470d5ad76a3cf8e9328ad45bc (patch) | |
tree | 5200d17c5c04ac4d40826cf3f1573c12e143e52c | |
parent | 7bdbea99ae60ee6dab11a892b2336a4dfa45da5e (diff) | |
download | trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.gz trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.bz2 trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.zip |
Use "Extra" instead of "Preferences"
-rw-r--r-- | web/app/view/DeviceDialog.js | 2 | ||||
-rw-r--r-- | web/l10n/en.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js index 2b29e30d..38b0c080 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 c6b9b2f0..5f2b7b5b 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", |