From b372e131a13f65bae27b1cd2d4bb37fbb1b6791f Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Mon, 17 Jun 2019 14:27:27 +0100 Subject: [PATCH] Add missing translation key in Spree. This was fixed in spree 2.1, https://github.com/spree/spree/commit/7de7fcd5021fd8ccdc78f25c702725daffd4b01e --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 6ec88c03fd..f74f8b3a27 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2321,6 +2321,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using payment_methods: "Payment Methods" payment_method_fee: "Transaction fee" payment_processing_failed: "Payment could not be processed, please check the details you entered" + payment_method_not_supported: "That payment method is unsupported. Please choose another one." payment_updated: "Payment Updated" inventory_settings: "Inventory Settings" tag_rules: "Tag Rules"