aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2019-10-20 14:35:11 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2019-10-20 14:35:11 -0700
commit5d0b549fae7c16d884a0af79ed05c48be5423bed (patch)
tree9c33d1c78d8d9997aca910f8fb3f891296a5c605 /web
parent3dcc3e9186467dd5c0be50d989161cee4e26fd29 (diff)
downloadetbsa-traccar-web-5d0b549fae7c16d884a0af79ed05c48be5423bed.tar.gz
etbsa-traccar-web-5d0b549fae7c16d884a0af79ed05c48be5423bed.tar.bz2
etbsa-traccar-web-5d0b549fae7c16d884a0af79ed05c48be5423bed.zip
Rename timezome command attribute
Diffstat (limited to 'web')
-rw-r--r--web/app/store/KnownCommands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/KnownCommands.js b/web/app/store/KnownCommands.js
index 8d14381..1e82f2b 100644
--- a/web/app/store/KnownCommands.js
+++ b/web/app/store/KnownCommands.js
@@ -39,7 +39,7 @@ Ext.define('Traccar.store.KnownCommands', {
}, {
type: 'setTimezone',
parameters: [{
- key: 'timezoneName',
+ key: 'timezone',
name: Strings.commandTimezone,
valueType: 'string',
dataType: 'timezone'