diff options
-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 a55e59bdf..f3bc03688 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -100,7 +100,7 @@ This request has had an unusual response, and <strong>requires attention</strong> from the WhatDoTheyKnow team. <% elsif @status == 'user_withdrawn' %> This request has been <strong>withdrawn</strong> by the person who made it. - There may be an explanation in an annotation below. + There may be an explanation in the correspondence below. <% else %> <% raise "unknown status " + @status %> <% end %> |