mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
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`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user