diff options
author | francis <francis> | 2009-07-14 11:39:08 +0000 |
---|---|---|
committer | francis <francis> | 2009-07-14 11:39:08 +0000 |
commit | ffa1deee976cdde730f0524da0443d579ea81043 (patch) | |
tree | edaa2ab0ce41f3a9209de19bff3ca5489faa6d82 | |
parent | 72154af9df76d5c5016146f8d0f2c79ee86cca4b (diff) |
Grammar.
-rw-r--r-- | app/views/comment/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/new.rhtml b/app/views/comment/new.rhtml index faea07e30..5c604cf47 100644 --- a/app/views/comment/new.rhtml +++ b/app/views/comment/new.rhtml @@ -48,7 +48,7 @@ Annotations are so anyone, including you, can help the requester with their requ <li> Ideas on what <strong>other documents to request</strong> which the authority may hold. </li> <% end %> <% if [ 'rejected' ].include?(@info_request.described_state) %> - <li> Advise on whether the <strong>rejection is legal</strong>, and how to complain about if not. </li> + <li> Advise on whether the <strong>rejection is legal</strong>, and how to complain about it if not. </li> <% end %> <% if [ 'error_message' ].include?(@info_request.described_state) %> |