diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-10 13:01:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-03-10 13:01:46 +0000 |
commit | 06a92fe0d0b7923da034d58cb31cd0fdc3992c13 (patch) | |
tree | 295ffa2aa9cd76434dd7d4b5373ede157ea4b05b /app/views/my/blocks/_timelog.html.erb | |
parent | 3126ff8388c7f2b6491d7f0965b1c81ae304725a (diff) | |
download | redmine-06a92fe0d0b7923da034d58cb31cd0fdc3992c13.tar.gz redmine-06a92fe0d0b7923da034d58cb31cd0fdc3992c13.zip |
Adds label_total_time string (#13337).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11582 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my/blocks/_timelog.html.erb')
-rw-r--r-- | app/views/my/blocks/_timelog.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index 0e0e6142f..be8e05e35 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -5,7 +5,7 @@ entries_by_day = entries.group_by(&:spent_on) %> <div class="total-hours"> -<p><%= l(:label_total) %>: <%= html_hours("%.2f" % entries.sum(&:hours).to_f) %></p> +<p><%= l(:label_total_time) %>: <%= html_hours("%.2f" % entries.sum(&:hours).to_f) %></p> </div> <% if entries.any? %> |