diff options
-rw-r--r-- | app/views/request/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 051cf4ed2..9fdb38876 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -51,7 +51,7 @@ <li>Write your request in <strong>simple, precise language</strong>.</li> <li>Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries.</li> <li>Keep it <strong>focussed</strong>. If you ask for everything it might cost too much and you might get nothing.</li> - <li>This site is <strong>public</strong>. Everything you type (except your email address) and any response will be published.</li> + <li>This site is <strong>public</strong>. Everything you type and any response will be published.</li> </ul> <% if @info_request.public_body.notes != "" %> |