diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-23 16:32:50 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-10 08:45:17 +0100 |
commit | 684b44d9f12a2abe8fd02e811e91b2371ad99f29 (patch) | |
tree | 5bcb13c50b7439dd73b4730c8afafe7712d2a417 /app | |
parent | ad6d122d2ad401bbdfff3a61591f13df557c3bb7 (diff) |
Replace %s with {{}} in translations.
Diffstat (limited to 'app')
-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) %> |