diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index eb80bf9fa..62b911937 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -61,7 +61,7 @@ planning_links << link_to_if_authorized(l(:label_gantt), :action => 'gantt', :id => @project) planning_links.compact! unless planning_links.empty? %> - <h3>Planning</h3> + <h3><%= l(:label_planning) %></h3> <p><%= planning_links.join(' | ') %></p> <% end %> |