aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-08-09 01:24:25 +0000
committerfrancis <francis>2008-08-09 01:24:25 +0000
commit8b881f8af7e1e259e360b1c02c55389c9188743f (patch)
treef0089a9fa9a2b587d0dac65423096221eb4e94cf
parent6cc2196af6e42d4d23ef797c031aecd4c61428ac (diff)
Say it is a followup
-rw-r--r--app/views/request/_request_listing_via_event.rhtml2
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? %>