aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-03-09 20:34:11 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-03-09 20:34:11 +1300
commit1750a8b5353a69f3b1805757f3b31150260d45f8 (patch)
treeaece720d11cf97f3eb199b5715fddc2ce7dbe8c8 /web/app/view/DeviceDialog.js
parentb4b075facd4bf11bc7564b75a60891325749e42e (diff)
downloadtraccar-server-1750a8b5353a69f3b1805757f3b31150260d45f8.tar.gz
traccar-server-1750a8b5353a69f3b1805757f3b31150260d45f8.tar.bz2
traccar-server-1750a8b5353a69f3b1805757f3b31150260d45f8.zip
Add groups list window component
Diffstat (limited to 'web/app/view/DeviceDialog.js')
-rw-r--r--web/app/view/DeviceDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js
index c42af95d0..318ac4ffe 100644
--- a/web/app/view/DeviceDialog.js
+++ b/web/app/view/DeviceDialog.js
@@ -29,7 +29,7 @@ Ext.define('Traccar.view.DeviceDialog', {
items: [{
xtype: 'textfield',
name: 'name',
- fieldLabel: Strings.deviceName,
+ fieldLabel: Strings.sharedName,
allowBlank: false
}, {
xtype: 'textfield',