diff --git a/app/views/my/blocks/_recent_assigned_to_changes_graph.html.erb b/app/views/my/blocks/_recent_assigned_to_changes_graph.html.erb
index a88f6cf..db27db4 100644
--- a/app/views/my/blocks/_recent_assigned_to_changes_graph.html.erb
+++ b/app/views/my/blocks/_recent_assigned_to_changes_graph.html.erb
@@ -1,4 +1,4 @@
-
<%= l(:label_graphs_issue_status_flow) %>
+<%= l(:label_graphs_assigned_to_status_flow) %>
<%= tag("embed", :width => "280", :height => 280, :type => "image/svg+xml", :src => url_for(:controller => 'graphs', :action => 'recent_assigned_to_changes_graph')) %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 591a202..69707d7 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -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)