diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-08-10 10:46:48 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-08-10 10:46:48 +0100 |
commit | 8bc76cfa6d03260e11f16065e49851953a72d193 (patch) | |
tree | 08d42a6ae470821d335d1abdba010eb1b3152257 | |
parent | 9ba347e592de499c748a1a4e7ebcb1e8f28eb164 (diff) |
Fix a typo in the email templaterelease-0.1
-rw-r--r-- | app/views/outgoing_mailer/initial_request.rhtml | 2 | ||||
-rw-r--r-- | locale/app.pot | 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 13b356c6e..83e5b794b 100644 --- a/app/views/outgoing_mailer/initial_request.rhtml +++ b/app/views/outgoing_mailer/initial_request.rhtml @@ -5,7 +5,7 @@ <%= _('Please use this email address for all replies to this request:')%> <%= @info_request.incoming_email %> -<%= _('Is {{email_address}} the wrong address for {{type_of_request}} requests tp {{public_body_name}}? If so, please contact us using this form:', :email_address => @info_request.public_body.request_email, :type_of_request => @info_request.law_used_full, :public_body_name => @info_request.public_body.name)%> +<%= _('Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:', :email_address => @info_request.public_body.request_email, :type_of_request => @info_request.law_used_full, :public_body_name => @info_request.public_body.name)%> <%= render :partial => 'followup_footer' %> diff --git a/locale/app.pot b/locale/app.pot index 87154b326..f2c890329 100644 --- a/locale/app.pot +++ b/locale/app.pot @@ -1363,7 +1363,7 @@ msgstr "" #: app/views/outgoing_mailer/initial_request.rhtml:8 msgid "" -"Is {{email_address}} the wrong address for {{type_of_request}} requests tp " +"Is {{email_address}} the wrong address for {{type_of_request}} requests to " "{{public_body_name}}? If so, please contact us using this form:" msgstr "" |