Skip to content

Commit 248d3c8

Browse files
committed
Fix translation
1 parent 15896f8 commit 248d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Product/SingleProduct.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const SingleProduct = ({ product }) => {
9696
v-if="data.product.stockQuantity"
9797
class="pt-1 mt-4 mb-4 text-2xl text-gray-900"
9898
>
99-
{product.stockQuantity} in stock
99+
{product.stockQuantity} på lager
100100
</p>
101101
)}
102102
{product.variations && (

0 commit comments

Comments
 (0)