diff options
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index dfd16decd..fae19bcfa 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -26,7 +26,7 @@ end %> Request sent to <%= public_body_link(info_request.public_body) %> by <%= user_link(info_request.user) %> <% elsif event.event_type == 'followup_sent' %> - Sent to <%= public_body_link(info_request.public_body) %> + Follow up sent to <%= public_body_link(info_request.public_body) %> by <%= user_link(info_request.user) %> <% elsif event.event_type == 'response' %> <% if event.calculated_state.nil? %> |