Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Feb 10, 2023
1 parent 15896f8 commit 248d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Product/SingleProduct.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</p>
)}
{product.variations && (
Expand Down

0 comments on commit 248d3c8

Please sign in to comment.