Fixes Spent Time not localized

pull/1049/merge
Ion Biziiac 11 years ago committed by Hagen Schink
parent 034eb0c8f6
commit a1955579f8
  1. 1
      app/views/work_packages/_time_entry.html.erb

@ -36,6 +36,7 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="splitcontentleft">
<div class="attribute_wrapper">
<%= fields.text_field :hours,
:value => number_with_delimiter(time_entry.hours, locale: I18n.locale),
:label => :label_spent_time,
:placeholder => TimeEntry.human_attribute_name(:hours),
:class => 'short' %>

Loading…
Cancel
Save