diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 611704ebe..036ef06dd 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -118,6 +118,8 @@ <% elsif @status == 'user_withdrawn' %> <%= _('This request has been <strong>withdrawn</strong> by the person who made it. There may be an explanation in the correspondence below.') %> + <% elsif @status == 'attention_requested' %> + <%= _('This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)') %> <% else %> <%= render :partial => 'general/custom_state_descriptions', :locals => { :status => @status } %> <% end %> |