From 513fb4bcafb51f2c1df3d7391aa90a496a02cae5 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Fri, 28 Sep 2012 14:04:14 +0100 Subject: Allow new string to be translated --- app/views/public_body/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 56a75f28c..b56556d5d 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -67,7 +67,7 @@ <% if @public_body.override_request_email %>

- Note: Because we're testing, requests are being sent to <%= @public_body.override_request_email %> rather than to the actual authority. + <%= _("Note: Because we're testing, requests are being sent to {{email}} rather than to the actual authority.", :email => @public_body.override_request_email) %>

<% end %> -- cgit v1.2.3