From 9b2cb1c3efda12947c7f2b542c31acf1ac65d195 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Fri, 28 Aug 2020 10:06:19 +0200 Subject: [PATCH] Fix payment translation One in the i18n key refers to singular/plural not the copy itself. Now we see `Order #R587218174 -> Payment -> Cash on collection` instead of `Order #R587218174 -> One -> Cash on collection`. --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index c2311c0777..217f78f7cf 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3649,4 +3649,4 @@ See the %{link} to find out more about %{sitename}'s features and to start using activerecord: models: spree/payment: - one: One + one: Payment