diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-23 16:53:36 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-10 08:49:11 +0100 |
commit | edd083fbb989248c48efcbb990b6dfee3531aa1d (patch) | |
tree | 2c67ed595e60d060d0895691a21873b1add7907d /app | |
parent | 8a2c486326db0b4f959a2d4168c985228b22bb9b (diff) |
Replace %s with {{}} in translation.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/user/no_cookies.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/no_cookies.rhtml b/app/views/user/no_cookies.rhtml index d52322cda..0a4a39b1b 100644 --- a/app/views/user/no_cookies.rhtml +++ b/app/views/user/no_cookies.rhtml @@ -17,6 +17,6 @@ then there is probably a fault with our server.')%> <%= _('Let us know what you were doing when this message appeared and your browser and operating system type and version.')%></p> -<p><%= raw(_('If you are still having trouble, please <a href="%s">contact us</a>.') % [help_contact_path]) %> +<p><%= _('If you are still having trouble, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe) %> </p> |