diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index 7354c757d..4736832e2 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -31,7 +31,7 @@ <%= form_tag({}, :data => {:cm_url => time_entries_context_menu_path}) do %> - + diff --git a/lib/redmine/helpers/time_report.rb b/lib/redmine/helpers/time_report.rb index 75059d755..c73d30507 100644 --- a/lib/redmine/helpers/time_report.rb +++ b/lib/redmine/helpers/time_report.rb @@ -124,7 +124,7 @@ module Redmine :label => :label_tracker}, 'activity' => {:sql => "#{TimeEntry.table_name}.activity_id", :klass => TimeEntryActivity, - :label => :label_activity}, + :label => :field_activity}, 'issue' => {:sql => "#{TimeEntry.table_name}.issue_id", :klass => Issue, :label => :label_issue}
<%= l(:label_activity) %><%= l(:field_activity) %> <%= l(:label_project) %> <%= l(:field_comments) %> <%= l(:field_hours) %>