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 /app/views/outgoing_mailer/initial_request.rhtml | |
parent | 9ba347e592de499c748a1a4e7ebcb1e8f28eb164 (diff) |
Fix a typo in the email templaterelease-0.1
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.rhtml')
-rw-r--r-- | app/views/outgoing_mailer/initial_request.rhtml | 2 |
1 files changed, 1 insertions, 1 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' %> |