diff --git a/app/views/admin/services/editors/_regular-schedule-fields.html.erb b/app/views/admin/services/editors/_regular-schedule-fields.html.erb index 51fe6795..3fca1f4b 100644 --- a/app/views/admin/services/editors/_regular-schedule-fields.html.erb +++ b/app/views/admin/services/editors/_regular-schedule-fields.html.erb @@ -15,13 +15,13 @@
<%= radio_button_tag "service[regular_schedules_attributes][#{sched.index}][time_type]", 'opening_time', sched.object.dtstart.blank?, class: "radio__input" %> - <%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_opening_time", 'Opening time', class: "radio__label" %> + <%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_opening_time", 'Opening hours', class: "radio__label" %>
<%= radio_button_tag "service[regular_schedules_attributes][#{sched.index}][time_type]", 'event_time', sched.object.dtstart.present?, class: "radio__input" %> - <%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_event_time", 'Event time', class: "radio__label" %> + <%= label_tag "service_regular_schedules_attributes_#{sched.index}_time_type_event_time", 'Event times', class: "radio__label" %>