diff --git a/src/components/ProductStatusCard/index.js b/src/components/ProductStatusCard/index.js index 3e6cda9..28c0a14 100644 --- a/src/components/ProductStatusCard/index.js +++ b/src/components/ProductStatusCard/index.js @@ -87,7 +87,10 @@ const ProductStatusCard = ({

با خرید این کالا - {" " + separate(price - offerPrice) + " " + "تومان "} + {" " + + separate(price - offerPrice) + + " " + + "${`window.t(تومان)`}"} صرفه جویی کنید

@@ -95,7 +98,7 @@ const ProductStatusCard = ({