From 248d3c8130078307420647b0db5129e12e118fd4 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Fri, 10 Feb 2023 04:58:48 +0100 Subject: [PATCH] Fix translation --- components/Product/SingleProduct.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Product/SingleProduct.component.jsx b/components/Product/SingleProduct.component.jsx index 6f214de4a..25d6454be 100644 --- a/components/Product/SingleProduct.component.jsx +++ b/components/Product/SingleProduct.component.jsx @@ -96,7 +96,7 @@ const SingleProduct = ({ product }) => { v-if="data.product.stockQuantity" class="pt-1 mt-4 mb-4 text-2xl text-gray-900" > - {product.stockQuantity} in stock + {product.stockQuantity} på lager

)} {product.variations && (