diff options
-rw-r--r-- | app/views/request/new.rhtml | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 775e61576..a8499b182 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -118,23 +118,17 @@ <% if !@user %> <p class="form_note"> - All information that you enter - on this page, including <strong>your name</strong>, will be - <strong>displayed publicly</strong> on this website - (<a href="/help/about/#public_request">why?</a>). - </p> - <p class="form_note"> - We encourage you to use - your real name, but you may use a pseudonym if you - <a href="/help/about/#real_name">read this first</a>. - Any response you get will also be published. + Everything that you enter on this page, including <strong>your name</strong>, + will be <strong>displayed publicly</strong> on + this website (<a href="/help/about/#public_request">why?</a>). + If you would like to use a pseudonym, + please <a href="/help/about/#real_name">read this first</a>. </p> <% else %> <p class="form_note"> - <strong>Privacy warning:</strong> All information that you enter - on this page will be displayed publicly on this website. Any - response you get will also be published. - <a href="/help/about#privacy">See our privacy policy</a>. + Everything that you enter on this page + will be <strong>displayed publicly</strong> on + this website (<a href="/help/about/#public_request">why?</a>). </p> <% end %> |