From 27404872de24afa84db9951ea9f0ad51554880d6 Mon Sep 17 00:00:00 2001 From: romale Date: Fri, 31 Jul 2020 00:20:55 +0300 Subject: [PATCH] Missing translation key for "height", "width", "depth" When edit product in path admin/products/PRODUCT_NAME/varians/NN/edit --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 4409580442..6f92710151 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -305,6 +305,9 @@ en: "on hand": "On Hand" ship: "Ship" shipping_category: "Shipping Category" + height: "Height" + width: "Width" + depth: "Depth" actions: create_and_add_another: "Create and Add Another"