diff --git a/app/views/spree/user_mailer/signup_confirmation.html.haml b/app/views/spree/user_mailer/signup_confirmation.html.haml index 7b5c8587dc..5598156346 100644 --- a/app/views/spree/user_mailer/signup_confirmation.html.haml +++ b/app/views/spree/user_mailer/signup_confirmation.html.haml @@ -21,7 +21,7 @@ %p.lead = t :email_signup_text %p - = t :email_signup_help_html, email: mail_to("#{ContentConfig.footer_email}", "#{ContentConfig.footer_email}") + = t :email_signup_help_html, email: mail_to("#{ContentConfig.footer_email}") = render 'shared/mailers/signoff'