diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 14:04:48 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 14:04:48 +0700 |
| commit | b0f07da928f1956946fb36db8983718962b6bcee (patch) | |
| tree | ccbc6700bdd22e9ae2f11789ab338efe2e7a0765 /src/lib/checkout/components/CheckoutOld.jsx | |
| parent | a8fb3ca1661297362e5e1a111121dd6a5e54b151 (diff) | |
change label call for price to call for inquiry
Diffstat (limited to 'src/lib/checkout/components/CheckoutOld.jsx')
| -rw-r--r-- | src/lib/checkout/components/CheckoutOld.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/checkout/components/CheckoutOld.jsx b/src/lib/checkout/components/CheckoutOld.jsx index 6852059e..d57fbd66 100644 --- a/src/lib/checkout/components/CheckoutOld.jsx +++ b/src/lib/checkout/components/CheckoutOld.jsx @@ -486,7 +486,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> <td> @@ -501,7 +501,7 @@ const Checkout = () => { })} className='underline' > - Call For Price{' '} + Call for Inquiry{' '} </a> )} </div> |
