diff options
author | Abyss777 <abyss@fox5.ru> | 2016-10-23 10:58:06 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-10-23 10:58:06 +0500 |
commit | 7f35b89560276d2ae23fb1164a429283fb64ff45 (patch) | |
tree | 3c13dfd5f54f7bf9fd6f020015cbea1a06dbe398 /web/app/view/DeviceDialog.js | |
parent | 8c76630be352653800f460e0160d9ce3348f1443 (diff) | |
download | trackermap-web-7f35b89560276d2ae23fb1164a429283fb64ff45.tar.gz trackermap-web-7f35b89560276d2ae23fb1164a429283fb64ff45.tar.bz2 trackermap-web-7f35b89560276d2ae23fb1164a429283fb64ff45.zip |
- Implement reset device distance dialog
- Add label to device selector in AttributeAliases
Diffstat (limited to 'web/app/view/DeviceDialog.js')
-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 ab602b8d..d746fa7e 100644 --- a/web/app/view/DeviceDialog.js +++ b/web/app/view/DeviceDialog.js @@ -23,7 +23,7 @@ Ext.define('Traccar.view.DeviceDialog', { ], controller: 'baseEditDialog', - title: Strings.deviceDialog, + title: Strings.sharedDevice, items: { xtype: 'form', |