diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index dd0dbd63b..6ab31321b 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -11,8 +11,8 @@ <p id="request_status"> <% if @status == 'awaiting' %> - Currently <strong>waiting for a response</strong> from <%= public_body_link(@info_request.public_body) %>. - Response must be made by <strong><%= simple_date(@date_response_required_by) %></strong>. + Currently <strong>waiting for a response</strong> from <%= public_body_link(@info_request.public_body) %>, + due by <strong><%= simple_date(@date_response_required_by) %></strong>. <% elsif @status == 'overdue' %> Currently <strong>overdue a response</strong> from <%= public_body_link(@info_request.public_body) %>. The |