From 59c51f9e7cb0c0bb03e4423bcd8070dcf5f96d8e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 24 Dec 2015 11:09:37 +1100 Subject: [PATCH] Fixing typo in locale: email_payment_method --- config/locales/en-GB.yml | 2 +- config/locales/en.yml | 2 +- config/locales/fr.yml | 2 +- config/locales/nb.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index e21573f1b7..96dc12f9b8 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -241,7 +241,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using email_payment_paid: PAID email_payment_not_paid: NOT PAID email_payment_summary: Payment summary - email_order_summary_method: "Paying via:" + email_payment_method: "Paying via:" email_shipping_delivery_details: Delivery details email_shipping_delivery_time: "Delivery on:" email_shipping_delivery_address: "Delivery address:" diff --git a/config/locales/en.yml b/config/locales/en.yml index c9df13af92..f4e107ef9c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -264,7 +264,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using email_payment_paid: PAID email_payment_not_paid: NOT PAID email_payment_summary: Payment summary - email_order_summary_method: "Paying via:" + email_payment_method: "Paying via:" email_shipping_delivery_details: Delivery details email_shipping_delivery_time: "Delivery on:" email_shipping_delivery_address: "Delivery address:" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index fdfb48da83..b5d11c4427 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -209,7 +209,7 @@ fr: email_payment_paid: RÉGLÉ email_payment_not_paid: NON RÉGLÉ email_payment_summary: Résumé du paiement - email_order_summary_method: "Payé via:" + email_payment_method: "Payé via:" email_shipping_delivery_details: Détails de livraison email_shipping_delivery_time: "Livré le:" email_shipping_delivery_address: "Adresse de livraison:" diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 7d054e8bad..2a425aaea3 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -209,7 +209,7 @@ nb: email_payment_paid: BETALT email_payment_not_paid: IKKE BETALT email_payment_summary: Betalingssammendrag - email_order_summary_method: "Betaler via:" + email_payment_method: "Betaler via:" email_shipping_delivery_details: Leveringsdetaljer email_shipping_delivery_time: "Levering på:" email_shipping_delivery_address: "Leveringsadresse:"