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 /web/app/view | |
parent | 7bdbea99ae60ee6dab11a892b2336a4dfa45da5e (diff) | |
download | trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.gz trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.tar.bz2 trackermap-web-3c74601a7702669470d5ad76a3cf8e9328ad45bc.zip |
Use "Extra" instead of "Preferences"
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/DeviceDialog.js | 2 |
1 files changed, 1 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: [{ |