Fixing widget title
This commit is contained in:
parent
b2c84f3b9f
commit
b3ab610586
|
@ -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')) %>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user