diff options
-rw-r--r-- | app/views/outgoing_mailer/initial_request.rhtml | 2 | ||||
-rw-r--r-- | app/views/public_body/view_email_captcha.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/outgoing_mailer/initial_request.rhtml b/app/views/outgoing_mailer/initial_request.rhtml index b0907763c..f45634e62 100644 --- a/app/views/outgoing_mailer/initial_request.rhtml +++ b/app/views/outgoing_mailer/initial_request.rhtml @@ -10,5 +10,5 @@ http://www.whatdotheyknow.com/help/officers Is <%= @info_request.public_body.request_email%> the wrong address for <%= @info_request.law_used_full %> requests to <%= @info_request.public_body.name%>? If so please contact us using this form: http://www.whatdotheyknow.com/help/contact -<%= _('If you find WhatDoTheyKnow useful as an FOI officer, please ask your web manager to suggest us on your organisation's FOI page.')%> +<%= _('If you find WhatDoTheyKnow useful as an FOI officer, please ask your web manager to suggest us on your organisation\'s FOI page.')%> ------------------------------------------------------------------- diff --git a/app/views/public_body/view_email_captcha.rhtml b/app/views/public_body/view_email_captcha.rhtml index 67c07934f..6f301e055 100644 --- a/app/views/public_body/view_email_captcha.rhtml +++ b/app/views/public_body/view_email_captcha.rhtml @@ -2,7 +2,7 @@ <h1><%= _('View FOI email address for {{public_body_name}}',:public_body_name=>public_body_link(@public_body))%></h1> -<p><%= _('To view the email address that we use to send FOI requests to {{@public_body_name}}, please enter these words.', :public_body_name => h(@public_body.name))%></p> +<p><%= _('To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words.', :public_body_name => h(@public_body.name))%></p> <% form_for :contact do |f| %> <%= recaptcha_tags %> |