mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Order email translation keys
This commit is contained in:
committed by
Rob Harrington
parent
4b89a1d736
commit
ff2b2e17d9
@@ -70,7 +70,7 @@ Spree::Admin::OrdersController.class_eval do
|
||||
# This uses a new template. See mailers/spree/order_mailer_decorator.rb.
|
||||
def resend
|
||||
Spree::OrderMailer.confirm_email_for_customer(@order.id, true).deliver
|
||||
flash[:success] = t(:order_email_resent)
|
||||
flash[:success] = t('admin.orders.order_email_resent')
|
||||
|
||||
respond_with(@order) { |format| format.html { redirect_to :back } }
|
||||
end
|
||||
|
||||
@@ -378,7 +378,8 @@ en:
|
||||
index:
|
||||
capture: "Capture"
|
||||
ship: "Ship"
|
||||
invoice_email_sent: 'Invoice sent'
|
||||
invoice_email_sent: 'Invoice email has been sent'
|
||||
order_email_resent: 'Order email has been resent'
|
||||
bulk_management:
|
||||
tip: "Use this page to alter product quantities across multiple orders. Products may also be removed from orders entirely, if required."
|
||||
shared: "Shared Resource?"
|
||||
|
||||
Reference in New Issue
Block a user