diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 02f68bf21..97dc32512 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -83,7 +83,7 @@ <% elsif @status == 'not_held' %> <%= public_body_link(@info_request.public_body) %> <strong>did not have</strong> the information requested. <% elsif @status == 'rejected' %> - The request was <strong>rejected</strong> by <%= public_body_link(@info_request.public_body) %>. + The request was <strong>refused</strong> by <%= public_body_link(@info_request.public_body) %>. <% elsif @status == 'successful' %> The request was <strong>successful</strong>. <% elsif @status == 'partially_successful' %> |