Fixing widget title

This commit is contained in:
Brad Beattie 2009-04-24 15:42:30 -07:00
parent b2c84f3b9f
commit b3ab610586
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<h3><%= l(:label_graphs_issue_status_flow) %></h3>
<h3><%= l(:label_graphs_assigned_to_status_flow) %></h3>
<div style="text-align: center">
<%= tag("embed", :width => "280", :height => 280, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_assigned_to_changes_graph')) %>

View File

@ -4,3 +4,4 @@ en:
label_graphs_old_issues: Open aging issues
label_graphs_issue_growth: Total issues over time
label_graphs_issue_status_flow: Recent status changes (within 24 hours)
label_graphs_issue_status_flow: Recent assignment changes (within 24 hours)