diff options
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> |
