Remove duplicate translation key

This commit is contained in:
Matt-Yorkley
2021-12-05 11:29:41 +00:00
parent e58b1b1094
commit 01bd77e437
2 changed files with 1 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ module PaymentGateways
@order.process_payments!
@order.next
if @order.complete?
flash.notice = Spree.t(:order_processed_successfully)
flash.notice = t(:order_processed_successfully)
flash[:commerce_tracking] = "nothing special"
session[:order_id] = nil
redirect_to completion_route(@order)

View File

@@ -3353,7 +3353,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using
notice_messages:
variant_deleted: "Variant deleted"
or: "Or"
order_processed_successfully: "Order processed successfully"
payment_method_not_supported: "Payment method not supported"
resend_authorization_email: "Resend authorization email"
rma_credit: "RMA credit"