diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/request/new.rhtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 6323acabe..9a2182f8b 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -112,17 +112,17 @@ <% if !@user %> <p class="form_note"> - <%= raw(_('Everything that you enter on this page, including <strong>your name</strong>, + <%= _('Everything that you enter on this page, including <strong>your name</strong>, will be <strong>displayed publicly</strong> on - this website forever (<a href="%s">why?</a>).') % [help_privacy_path+"#public_request"]) %> + this website forever (<a href="{{url}}">why?</a>).', :url => (help_privacy_path+"#public_request").html_safe) %> <%= _('If you are thinking of using a pseudonym, please <a href="{{url}}">read this first</a>.', :url => (help_privacy_path+"#real_name").html_safe) %> </p> <% else %> <p class="form_note"> - <%= raw(_('Everything that you enter on this page + <%= _('Everything that you enter on this page will be <strong>displayed publicly</strong> on - this website forever (<a href="%s">why?</a>).') % [help_privacy_path+"#public_request"]) %> + this website forever (<a href="{{url}}">why?</a>).', :url => (help_privacy_path+"#public_request").html_safe) %> </p> <% end %> |