aboutsummaryrefslogtreecommitdiff
path: root/web
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
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')
-rw-r--r--web/app/view/CommandDialog.js2
-rw-r--r--web/l10n/en.json4
2 files changed, 3 insertions, 3 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,
diff --git a/web/l10n/en.json b/web/l10n/en.json
index b700cf4..220c1d6 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -136,6 +136,7 @@
"commandSosNumber": "Set SOS Number",
"commandSilenceTime": "Set Silence Time",
"commandSetPhonebook": "Set Phonebook",
+ "commandSetIndicator": "Set Indicator",
"commandVoiceMessage": "Voice Message",
"commandOutputControl": "Output Control",
"commandAlarmSpeed": "Overspeed Alarm",
@@ -144,8 +145,7 @@
"commandData": "Data",
"commandPhone": "Phone Number",
"commandMessage": "Message",
- "commandTimezoneOffset": "Timezone Offset to UTC",
- "commandSetIndicator": "Set Indicator",
+ "commandTimezone": "Timezone Offset",
"eventAll": "All Events",
"eventDeviceOnline": "Device is online",
"eventDeviceOffline": "Device is offline",