diff --git a/client/src/components/Deposit/hdfc/NewPosition.tsx b/client/src/components/Deposit/hdfc/NewPosition.tsx index dfc2b3363..4af79abcd 100644 --- a/client/src/components/Deposit/hdfc/NewPosition.tsx +++ b/client/src/components/Deposit/hdfc/NewPosition.tsx @@ -428,7 +428,7 @@ export const NewPosition: React.FC = ({ value={receiveAmountInput} onChange={(e) => handleInputChange(e.currentTarget.value, setReceiveAmountInput)} type="number" - inputLabel="USD" + inputLabel="INR" placeholder="1050" helperText={NEW_DEPOSIT_RECEIVE_TOOLTIP} /> diff --git a/client/src/components/Swap/OnRamperIntentRow.tsx b/client/src/components/Swap/OnRamperIntentRow.tsx index 7a14da6ec..b7743018f 100644 --- a/client/src/components/Swap/OnRamperIntentRow.tsx +++ b/client/src/components/Swap/OnRamperIntentRow.tsx @@ -52,7 +52,7 @@ export const IntentRow: React.FC = ({ */ const currencySymbol = isVenmo ? '$' : '₹'; - const paymentPlatformName = isVenmo ? 'Venmo' : 'UPI'; + const paymentPlatformName = isVenmo ? 'Venmo' : 'HDFC'; const requestedAmountLabel = `${amountUSDCToReceive} USDC`; const depositorEtherscanLink = `${blockscanUrl}/address/${depositorAddress}`; diff --git a/client/src/components/Swap/SwapModal.tsx b/client/src/components/Swap/SwapModal.tsx index cf45d89ed..1ea0cca07 100644 --- a/client/src/components/Swap/SwapModal.tsx +++ b/client/src/components/Swap/SwapModal.tsx @@ -43,7 +43,7 @@ export const SwapModal: React.FC = ({ */ const currencySymbol = isVenmo ? '$' : '₹'; - const paymentPlatformName = isVenmo ? 'Venmo' : 'UPI'; + const paymentPlatformName = isVenmo ? 'Venmo' : 'HDFC'; /* * Component diff --git a/client/src/helpers/strings/hdfc.ts b/client/src/helpers/strings/hdfc.ts index 170d4c2d0..fbd8dd5c9 100644 --- a/client/src/helpers/strings/hdfc.ts +++ b/client/src/helpers/strings/hdfc.ts @@ -39,5 +39,5 @@ export const NEW_DEPOSIT_DEPOSIT_TOOLTIP = ` `; export const NEW_DEPOSIT_RECEIVE_TOOLTIP = ` - This is the amount of USD you will receive if your entire deposit is claimed. + This is the amount of INR you will receive if your entire deposit is claimed. `; \ No newline at end of file