summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-03-26 05:58:47 +0000
committerGo MAEDA <maeda@farend.jp>2020-03-26 05:58:47 +0000
commit795ebcc17c662c649fc8dabea4dda3cf9844393f (patch)
treeac3dda779d53ced76d26c58ae4bef5d71421a334 /app/views/my
parentb76d5490c2810b48cde4e0905b53900b026330f2 (diff)
downloadredmine-795ebcc17c662c649fc8dabea4dda3cf9844393f.tar.gz
redmine-795ebcc17c662c649fc8dabea4dda3cf9844393f.zip
Use field_activity rather than label_activity in the context of time tracking (#33186).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19619 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/blocks/_timelog.html.erb2
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 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 %>
<table class="list time-entries odd-even">
<thead><tr>
-<th><%= l(:label_activity) %></th>
+<th><%= l(:field_activity) %></th>
<th><%= l(:label_project) %></th>
<th><%= l(:field_comments) %></th>
<th><%= l(:field_hours) %></th>