diff --git a/app/views/branded/contact_us/contacts/new.html.erb b/app/views/branded/contact_us/contacts/new.html.erb index 593497e..300ca11 100644 --- a/app/views/branded/contact_us/contacts/new.html.erb +++ b/app/views/branded/contact_us/contacts/new.html.erb @@ -6,7 +6,7 @@ <%= sanitize _('%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website (new window)%{open_in_new_window_text}. If you would like to contact us about %{application_name}, please fill out the form below.') % { organisation_name: Rails.configuration.branding[:organisation][:name], organisation_url: Rails.configuration.branding[:organisation][:url], - application_name: Rails.configuration.branding[:application][:name]}, + application_name: Rails.configuration.branding[:application][:name], open_in_new_window_text: _('Opens in new window') }, tags: %w( a br span em ) %>