diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-18 16:48:10 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-18 16:48:10 +0700 |
| commit | c74b7475c1d0a8a134b8f8316ba0a7054ca022d2 (patch) | |
| tree | 0def51a5efef5b4f9931400df98649887f7672b9 /src/lib/checkout/components/Checkout.jsx | |
| parent | 7861045002bad454552c6661fca4ffb0e4d9eb37 (diff) | |
| parent | 0a88ef1da1c04f4d40c0133edb7d27701c7a9746 (diff) | |
Merge branch 'master' into development
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index c78757a0..9a799010 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -1081,7 +1081,7 @@ const Checkout = () => { <div className='font-normal mt-1'> {product.price.priceDiscount > 0 ? currencyFormat(product?.price?.priceDiscount) - : 'Call For Price'} + : 'Call for Inquiry'} </div> )} </td> @@ -1102,7 +1102,7 @@ const Checkout = () => { })} className='underline' > - Call For Price{' '} + Call for Inquiry{' '} </a> )} </div> |
