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 && (