diff options
Diffstat (limited to 'app/views/timelog/details.rhtml')
-rw-r--r-- | app/views/timelog/details.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/details.rhtml b/app/views/timelog/details.rhtml index f4ae68aa9..950b37dc1 100644 --- a/app/views/timelog/details.rhtml +++ b/app/views/timelog/details.rhtml @@ -15,7 +15,7 @@ already in the URI %> <% end %>
<div class="total-hours">
-<p><%= l(:label_total) %>: <%= html_hours(lwr(:label_f_hour, @total_hours)) %></p>
+<p><%= l(:label_total) %>: <%= html_hours(l_hours(@total_hours)) %></p>
</div>
<% unless @entries.empty? %>
|