diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-09 10:48:49 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-09 10:48:49 +0000 |
commit | 53e007f3d4e7f298326d1f649b709bcf81cbabaf (patch) | |
tree | 51af89310d1e909fc75eb3f2e7f659391675591e | |
parent | 6b96fe51a6220c06ba49b007d4eb607cd0edf582 (diff) |
Remove nonsense fragment.
Looks like this has been here since this string was introduced in
18ae8383cf6b315c828eda81e3c35494bcb0b4ac.
-rw-r--r-- | app/views/request/followup_bad.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/followup_bad.html.erb b/app/views/request/followup_bad.html.erb index 8b67c4ee7..38a7549b2 100644 --- a/app/views/request/followup_bad.html.erb +++ b/app/views/request/followup_bad.html.erb @@ -15,8 +15,7 @@ </p> <% elsif @reason == 'defunct' %> <!-- we should never get here, but just in case give a sensible message --> - <p><%= _('{{public_body_name}} no longer exists. If you are trying to make - From the request page, try replying to a particular message, rather than sending + <p><%= _('{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending a general followup. If you need to make a general followup, and know an email which will go to the right place, please <a href="{{url}}">send it to us</a>.', :url => help_contact_path.html_safe, :public_body_name => @info_request.public_body.name) %> </p> |