diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-08 17:35:36 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-08 17:35:36 +0000 |
commit | d70c07f71cd8ed02a02da29479856ba858b7292f (patch) | |
tree | 4014a0b0df7773dcea58682d3324c199d8d435a2 | |
parent | 4658e2fe60300bc4c1fbfce4bc528ca31b83424d (diff) |
Restore old trailing whitespace so no need for any change to translation files.
-rw-r--r-- | app/views/request/_followup.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index c329cea97..045bcd9ba 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -61,7 +61,7 @@ <% status = @info_request.calculate_status %> <% if status == 'waiting_response_overdue' %> - <p><%= _('The response to your request has been <strong>delayed</strong>. You can say that, + <p><%= _('The response to your request has been <strong>delayed</strong>. You can say that, by law, the authority should normally have responded <strong>promptly</strong> and') %> <% if @info_request.public_body.is_school? %> @@ -73,7 +73,7 @@ </p> <% elsif status == 'waiting_response_very_overdue' %> <p> - <%= _('The response to your request is <strong>long overdue</strong>. You can say that, by + <%= _('The response to your request is <strong>long overdue</strong>. You can say that, by law, under all circumstances, the authority should have responded by now') %> (<%= raw(_('<a href="%s">details</a>') % ["#{help_requesting_path}#quickly_response"]) %>). </p> |