diff options
author | francis <francis> | 2009-09-19 22:02:31 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-19 22:02:31 +0000 |
commit | 3f491facb35be940b0a601d0b7795b81bbf9a9d8 (patch) | |
tree | 583c3805eb23c9076e96ff5f4b5568b6e78da7db | |
parent | c0c909010b554fc831d31df32c02ad7439de7720 (diff) |
Explanation not always in an annotation.
-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 %> |