aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/device/DeviceDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/device/DeviceDialog.js')
-rw-r--r--web/app/view/device/DeviceDialog.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/device/DeviceDialog.js b/web/app/view/device/DeviceDialog.js
index 5d2b30ddc..b5f29782b 100644
--- a/web/app/view/device/DeviceDialog.js
+++ b/web/app/view/device/DeviceDialog.js
@@ -25,7 +25,7 @@ Ext.define('Traccar.view.device.DeviceDialog', {
controller: 'devicedialog',
bodyPadding: styles.panel_padding,
- title: strings.device_dialog,
+ title: strings.deviceDialog,
resizable: false,
modal: true,
@@ -34,21 +34,21 @@ Ext.define('Traccar.view.device.DeviceDialog', {
items: [{
xtype: 'textfield',
name: 'name',
- fieldLabel: strings.device_name,
+ fieldLabel: strings.deviceName,
allowBlank: false
}, {
xtype: 'textfield',
name: 'uniqueId',
- fieldLabel: strings.device_identifier,
+ fieldLabel: strings.deviceIdentifier,
allowBlank: false
}]
},
buttons: [{
- text: strings.shared_save,
+ text: strings.sharedSave,
handler: 'onSaveClick'
}, {
- text: strings.shared_cancel,
+ text: strings.sharedCancel,
handler: 'onCancelClick'
}]