diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-28 14:04:14 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-28 14:04:14 +0100 |
commit | 513fb4bcafb51f2c1df3d7391aa90a496a02cae5 (patch) | |
tree | 1d60415ce8e05f11aefd9395a227f15abff271a0 | |
parent | 7f2b70f09e3e3d8395e0f36fe82e8632b4a9d423 (diff) |
Allow new string to be translated
-rw-r--r-- | app/views/public_body/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> <p> - <strong>Note:</strong> Because we're testing, requests are being sent to <%= @public_body.override_request_email %> rather than to the actual authority. + <%= _("<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority.", :email => @public_body.override_request_email) %> </p> <% end %> </div> |