diff --git a/app/views/spree/user_mailer/reset_password_instructions.html.haml b/app/views/spree/user_mailer/reset_password_instructions.html.haml new file mode 100644 index 0000000000..69a2f26f06 --- /dev/null +++ b/app/views/spree/user_mailer/reset_password_instructions.html.haml @@ -0,0 +1,15 @@ +%h3 + = t('.dear_customer') +%p + = t('.request_sent_text') + +%p.callout + = t('.link_text') + %br + %strong + = link_to @edit_password_reset_url, @edit_password_reset_url + +%p + = t('.issue_text') + += render 'shared/mailers/signoff' diff --git a/config/locales/en.yml b/config/locales/en.yml index 7e0a4a5768..1d69208b03 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -4687,6 +4687,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using invoice_attached_text: Please find attached an invoice for your recent order from user_mailer: reset_password_instructions: + dear_customer: "Dear customer," request_sent_text: | A request to reset your password has been made. If you did not make this request, simply ignore this email.