diff options
Diffstat (limited to 'app/views/user')
-rw-r--r-- | app/views/user/_signup.rhtml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/user/_signup.rhtml b/app/views/user/_signup.rhtml index 14bf360ca..85b90eafc 100644 --- a/app/views/user/_signup.rhtml +++ b/app/views/user/_signup.rhtml @@ -10,7 +10,9 @@ <%= text_field 'user_signup', 'email', { :size => 20 } %> </p> <div class="form_item_note"> - We will not reveal your email address to anybody. + We will not reveal your email address to anybody unless you or + the law tell us to + (<a href="/help/about/#privacy">details</a>). </div> <p> @@ -18,7 +20,9 @@ <%= text_field 'user_signup', 'name', { :size => 20 } %> </p> <div class="form_item_note">Your <strong>name will appear - publically</strong> on this website and in search engines. We encourage you + publically</strong> + (<a href="/help/about/#privacy">details</a>) + on this website and in search engines. We encourage you to use your real name, but you may use a pseudonym if you would like to be anonymous.</div> |