diff options
Diffstat (limited to 'web/app/view/DeviceDialog.js')
-rw-r--r-- | web/app/view/DeviceDialog.js | 6 |
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 }] } |