diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-15 12:24:59 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-15 12:24:59 +0100 |
commit | 4757eb388a03728fd162890a24707cfbeb8a8983 (patch) | |
tree | 85a87df43f759fe3505d70a039af456cd9a5d7d2 | |
parent | b0a09b85d54c200792f3f4f68ef47f29bc1a886e (diff) |
Better wording about zip file
-rw-r--r-- | app/views/request/_after_actions.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_after_actions.rhtml b/app/views/request/_after_actions.rhtml index 47ef85069..c90b3196c 100644 --- a/app/views/request/_after_actions.rhtml +++ b/app/views/request/_after_actions.rhtml @@ -36,7 +36,7 @@ <%= link_to _("Request an internal review"), show_response_no_followup_url(:id => @info_request.id, :incoming_message_id => nil) + "?internal_review=1#followup" %> </li> <li> - <%= link_to _("Download a zip file containing all the above correspondence"), download_entire_request_url(:url_title => @info_request.url_title) %> + <%= link_to _("Download a zip file of all correspondence"), download_entire_request_url(:url_title => @info_request.url_title) %> </li> </ul> </div> @@ -48,7 +48,7 @@ <%= link_to _("Respond to request"), upload_response_url(:url_title => @info_request.url_title) %> </li> <li> - <%= link_to _("Download a zip file containing all the above correspondence"), download_entire_request_url(:url_title => @info_request.url_title) %> + <%= link_to _("Download a zip file of all correspondence"), download_entire_request_url(:url_title => @info_request.url_title) %> </li> </ul> </div> |