diff options
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index ffe90951..24e0e191 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, |