Commit 5b4048dd by Gregory Martin

fix for send to transifex

parent 3e9e0008
...@@ -115,12 +115,7 @@ ...@@ -115,12 +115,7 @@
required: true, required: true,
title: gettext('Time Zone'), title: gettext('Time Zone'),
valueAttribute: 'time_zone', valueAttribute: 'time_zone',
helpMessage: gettext( helpMessage: gettext('Select the time zone for displaying course dates. If you do not specify a time zone, course dates, including assignment deadlines, will be displayed in your browser\'s local time zone.'), // eslint-disable-line max-len
'Select the time zone for displaying course dates. ' +
'If you do not specify a time zone, course dates, ' +
'including assignment deadlines, will be displayed ' +
'in your browser\'s local time zone.'
),
groupOptions: [{ groupOptions: [{
groupTitle: gettext('All Time Zones'), groupTitle: gettext('All Time Zones'),
selectOptions: fieldsData.time_zone.options selectOptions: fieldsData.time_zone.options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment