From 2d5be9d378aedcc57bc520d94153b4c27a04b18c Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 1 Sep 2016 09:12:53 +0500 Subject: Rename phoneNumber constant and field --- web/app/view/CommandDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/CommandDialog.js') diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index d9c3beeb3..a374ab0ef 100644 --- a/web/app/view/CommandDialog.js +++ b/web/app/view/CommandDialog.js @@ -78,8 +78,8 @@ Ext.define('Traccar.view.CommandDialog', { items: [{ xtype: 'textfield', - fieldLabel: Strings.commandPhoneNumber, - name: 'phoneNumber' + fieldLabel: Strings.commandPhone, + name: 'phone' }, { xtype: 'textfield', reference: 'paramSmsMessage', -- cgit v1.2.3