From 5d286cb3496853aadd9ac6153eb34d1774c68869 Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sun, 19 Apr 2020 23:29:48 -0300 Subject: [PATCH] Add i18n of new symbols for order cancel mail --- config/locales/en.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 01ba7cebd2..cd68a575ab 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3437,9 +3437,14 @@ See the %{link} to find out more about %{sitename}'s features and to start using invalid: invalid order_mailer: cancel_email: - customer_greeting: "Hi %{name}!" - instructions: "Your order has been CANCELED. Please retain this cancellation information for your records." - order_summary_canceled: "Order Summary [CANCELED]" + customer_greeting: "Dear %{name}," + instructions_html: "Your order with %{distributor} has been CANCELED. Please retain this cancellation information for your records." + dont_cancel: "If you have changed your mind or don't wish to cancel this order please contact %{email}" + order_summary_canceled_html: "Order Summary #%{number} [CANCELED]" + details: "Here are the details of what you ordered:" + unpaid_order: "Your order was unpaid so no refund has been made" + paid_order: "Your order was paid so %{distributor} has refunded the full amount" + credit_order: "Your order was paid so your account has been credited" subject: "Cancellation of Order" confirm_email: subject: "Order Confirmation"