Merge pull request #126 from finnlabs/fix/20428/meeting-duration

[20428] Fix duration label
pull/6827/head
Markus Kahl 8 years ago committed by GitHub
commit e9e74e3bad
  1. 2
      app/views/meetings/_form.html.erb
  2. 1
      config/locales/en.yml

@ -69,7 +69,7 @@ See doc/COPYRIGHT.md for more details.
<span aria-hidden="true"><%= Meeting.human_attribute_name(:duration) %> <span aria-hidden="true"><%= Meeting.human_attribute_name(:duration) %>
<span class="form--label-required" aria-hidden="true">*</span> <span class="form--label-required" aria-hidden="true">*</span>
</span> </span>
<span class="hidden-for-sighted" lang="en"><%= l(:text_in_hours)%> <%=l(:text_hours_between, min: 1, max: 168) %></span> <span class="hidden-for-sighted"><%= t(:text_duration_in_hours) %></span>
</label> </label>
<div class="form--field-container"> <div class="form--field-container">

@ -81,6 +81,7 @@ en:
project_module_meetings: "Meetings" project_module_meetings: "Meetings"
text_duration_in_hours: "Duration in hours"
text_in_hours: "in hours" text_in_hours: "in hours"
text_meeting_agenda_for_meeting: 'agenda for the meeting "%{meeting}"' text_meeting_agenda_for_meeting: 'agenda for the meeting "%{meeting}"'
text_meeting_agenda_open_are_you_sure: "Unsaved content in the minutes will be lost! Continue?" text_meeting_agenda_open_are_you_sure: "Unsaved content in the minutes will be lost! Continue?"

Loading…
Cancel
Save