diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-03 14:05:24 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-03 14:05:24 +0100 |
commit | 772ae8a0ab1f2a3ef99b53f53d1723729da70f36 (patch) | |
tree | cadf506c6e4e9db66263528957b3b250527c3f5e | |
parent | 7716ff731c8d460a3e23fde2c583447665ce7dc1 (diff) | |
parent | 2cb20e7b94b78d0b957eaa68dc33ed107a66b2a5 (diff) |
Merge remote-tracking branch 'henare_github/new-request-pseudonym-anchor' into develop
-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 2ef193c42..fe4c2067d 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -116,7 +116,7 @@ will be <strong>displayed publicly</strong> on this website forever (<a href="%s">why?</a>).') % [help_privacy_path+"#public_request"] %> <%= _('If you are thinking of using a pseudonym, - please <a href="%s">read this first</a>.') % [help_privacy_path+"#public_request"] %> + please <a href="%s">read this first</a>.') % [help_privacy_path+"#real_name"] %> </p> <% else %> <p class="form_note"> |