diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-01 09:12:53 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-01 09:12:53 +0500 |
commit | 2d5be9d378aedcc57bc520d94153b4c27a04b18c (patch) | |
tree | 0406e487e084f8580a62488654c7992d2c14c31b /web/app/view/CommandDialog.js | |
parent | ee8beb01019f381eae09fb94e249e3d5b9312bbb (diff) | |
download | trackermap-server-2d5be9d378aedcc57bc520d94153b4c27a04b18c.tar.gz trackermap-server-2d5be9d378aedcc57bc520d94153b4c27a04b18c.tar.bz2 trackermap-server-2d5be9d378aedcc57bc520d94153b4c27a04b18c.zip |
Rename phoneNumber constant and field
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
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', |