From ec65e4dcaad0efca83064d9ef978adefb252ac31 Mon Sep 17 00:00:00 2001 From: Laurel16 Date: Wed, 5 Oct 2022 13:43:53 +0200 Subject: [PATCH] Fix: Missing translation in error messages issue#9559 Fix: changing local translation for variant_unit in spree/product en.yml Fix: add unite_value key to en.yml --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index b8fc654b0b..592e0a887a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -44,11 +44,14 @@ en: state: State source: Source spree/product: + name: "Product Name" + price: "Price" primary_taxon: "Product Category" supplier: "Supplier" shipping_category_id: "Shipping Category" variant_unit: "Variant Unit" variant_unit_name: "Variant Unit Name" + unit_value: "Unit value" spree/credit_card: base: "Credit Card" number: "Number"