diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-23 16:24:38 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-10 08:40:44 +0100 |
commit | ad6d122d2ad401bbdfff3a61591f13df557c3bb7 (patch) | |
tree | dce36610d4c60c0c37843d43aca50f1a77b6db04 /app | |
parent | c216ecd7c15288a759d3c09781a7c29dad75fc49 (diff) |
Replace %s with {{}} in translation "Can I request information about myself?..."
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/new.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index f396ea9ec..4b23211da 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -127,8 +127,8 @@ <% end %> <p class="form_note"> - <%= raw(_("<strong> Can I request information about myself?</strong>\n" + - "\t\t\t<a href=\"%s\">No! (Click here for details)</a>") % [help_requesting_path+"#data_protection"]) %> + <%= _("<strong> Can I request information about myself?</strong>\n" + + "\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>", :url => (help_requesting_path+"#data_protection").html_safe) %> </p> <div class="form_button"> |