Skip to content

Commit

Permalink
Update platform copy from UPI to HDFC
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed Dec 8, 2023
1 parent 25b114a commit 97fb91f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Deposit/hdfc/NewPosition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export const NewPosition: React.FC<NewPositionProps> = ({
value={receiveAmountInput}
onChange={(e) => handleInputChange(e.currentTarget.value, setReceiveAmountInput)}
type="number"
inputLabel="USD"
inputLabel="INR"
placeholder="1050"
helperText={NEW_DEPOSIT_RECEIVE_TOOLTIP}
/>
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Swap/OnRamperIntentRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const IntentRow: React.FC<IntentRowProps> = ({
*/

const currencySymbol = isVenmo ? '$' : '₹';
const paymentPlatformName = isVenmo ? 'Venmo' : 'UPI';
const paymentPlatformName = isVenmo ? 'Venmo' : 'HDFC';

const requestedAmountLabel = `${amountUSDCToReceive} USDC`;
const depositorEtherscanLink = `${blockscanUrl}/address/${depositorAddress}`;
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Swap/SwapModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const SwapModal: React.FC<SwapModalProps> = ({
*/

const currencySymbol = isVenmo ? '$' : '₹';
const paymentPlatformName = isVenmo ? 'Venmo' : 'UPI';
const paymentPlatformName = isVenmo ? 'Venmo' : 'HDFC';

/*
* Component
Expand Down
2 changes: 1 addition & 1 deletion client/src/helpers/strings/hdfc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`;

0 comments on commit 97fb91f

Please sign in to comment.