aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
authorAlexander Menk <menk@mestrona.net>2016-12-20 12:03:09 +0100
committerAlexander Menk <menk@mestrona.net>2016-12-20 12:03:09 +0100
commit07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c (patch)
treed6b8bfb15b2edbacd6113d74e31de7b6629f1a9f /web/app/view/CommandDialog.js
parentd3cf54f1f77b3552b4f12fbde73463159cf1b359 (diff)
downloadetbsa-traccar-web-07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c.tar.gz
etbsa-traccar-web-07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c.tar.bz2
etbsa-traccar-web-07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c.zip
#2702 SetTimezone: Rename String, Reordering
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index ffe9095..24e0e19 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -97,7 +97,7 @@ Ext.define('Traccar.view.CommandDialog', {
items: [{
xtype: 'numberfield',
- fieldLabel: Strings.commandTimezoneOffset,
+ fieldLabel: Strings.commandTimezone,
name: 'timezone',
minValue: -12,
step: 0.5,