From 07716fdd0bc9fb5329f2a6cd80acb6106b9f4e7c Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Tue, 20 Dec 2016 12:03:09 +0100 Subject: #2702 SetTimezone: Rename String, Reordering --- web/app/view/CommandDialog.js | 2 +- web/l10n/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web') 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", -- cgit v1.2.3