summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/Checkout.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-18 16:18:45 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-18 16:18:45 +0700
commit2a84fb3ce03cfa46cb3c7664e988957e1bd2731b (patch)
treeae3768ba44054d51b1abcc0dcc90d18d4895e412 /src/lib/checkout/components/Checkout.jsx
parent754c2a0e97f0e18ed9b36445e883c38ea9a904f7 (diff)
parentb4b17e22832a4665042a45030b77c3744fe61534 (diff)
Merge branch 'master' into CR/UI
# Conflicts: # src/lib/cart/components/Cartheader.jsx
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
-rw-r--r--src/lib/checkout/components/Checkout.jsx4
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>