diff options
-rw-r--r-- | app/views/general/search.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 54c680ade..5d2e82826 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -130,7 +130,7 @@ <tr><td><strong><%=search_link('status:successful')%></strong></td><td> All of the information requested has been received </td></tr> <tr><td><strong><%=search_link('status:waiting_clarification')%></strong></td><td> The public authority would like part of the request explained </td></tr> <tr><td><strong><%=search_link('status:gone_postal')%></strong></td><td> The public authority would like to / has responded by post </td></tr> - <tr><td><strong><%=search_link('status:internal_review')%></strong></td><td> Waiting for the public authority to complete an internal review of the request</td></tr> + <tr><td><strong><%=search_link('status:internal_review')%></strong></td><td> Waiting for the public authority to complete an internal review of their handling of the request</td></tr> <tr><td><strong><%=search_link('status:requires_admin')%></strong></td><td> A strange reponse, required attention by the WhatDoTheyKnow team </td></tr> </table> <% end %> |