diff options
Diffstat (limited to 'app/views/request')
-rw-r--r-- | app/views/request/preview.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/preview.rhtml b/app/views/request/preview.rhtml index 3171acfd3..424277b50 100644 --- a/app/views/request/preview.rhtml +++ b/app/views/request/preview.rhtml @@ -28,8 +28,8 @@ </div> <% end %> - <p><%= raw(_('<strong>Privacy note:</strong> If you want to request private information about - yourself then <a href="%s">click here</a>.') % [help_requesting_path+"#data_protection"]) %> + <p><%= _('<strong>Privacy note:</strong> If you want to request private information about + yourself then <a href="{{url}}">click here</a>.', :url => (help_requesting_path+"#data_protection").html_safe) %> <p> <%= f.hidden_field(:title) %> |