diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-01 18:00:40 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 18:00:40 +1200 |
commit | 1fe4c2e0b636646fddb28081c7cdfd3c5593ae77 (patch) | |
tree | d8b06aab9ec9824947d927a68a2d49d918d90285 /web/app/view/CommandDialog.js | |
parent | ee8beb01019f381eae09fb94e249e3d5b9312bbb (diff) | |
parent | 96cc4ea75f9ceb19a38118c5d15504a66456463e (diff) | |
download | trackermap-server-1fe4c2e0b636646fddb28081c7cdfd3c5593ae77.tar.gz trackermap-server-1fe4c2e0b636646fddb28081c7cdfd3c5593ae77.tar.bz2 trackermap-server-1fe4c2e0b636646fddb28081c7cdfd3c5593ae77.zip |
Merge pull request #2276 from Abyss777/fix_phone
Rename phoneNumber constant and field in web
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', |