aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
commit8416025e932669550c166cfc4263d55c149eed89 (patch)
tree904f1c29af8b76784583da62fe85a270d5c01e9a /web/app/view/DeviceDialog.js
parent04e63f9b42991008843f3f9d1788fa6933bd57b3 (diff)
downloadtrackermap-server-8416025e932669550c166cfc4263d55c149eed89.tar.gz
trackermap-server-8416025e932669550c166cfc4263d55c149eed89.tar.bz2
trackermap-server-8416025e932669550c166cfc4263d55c149eed89.zip
Rename strings global variable
Diffstat (limited to 'web/app/view/DeviceDialog.js')
-rw-r--r--web/app/view/DeviceDialog.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js
index 012048b8a..2349676b1 100644
--- a/web/app/view/DeviceDialog.js
+++ b/web/app/view/DeviceDialog.js
@@ -24,19 +24,19 @@
],
controller: 'baseEditDialog',
- title: strings.deviceDialog,
+ title: Strings.deviceDialog,
items: {
xtype: 'form',
items: [{
xtype: 'textfield',
name: 'name',
- fieldLabel: strings.deviceName,
+ fieldLabel: Strings.deviceName,
allowBlank: false
}, {
xtype: 'textfield',
name: 'uniqueId',
- fieldLabel: strings.deviceIdentifier,
+ fieldLabel: Strings.deviceIdentifier,
allowBlank: false
}]
}