Skip to content

Commit

Permalink
chore: fix tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 26, 2024
1 parent 6c9b62e commit f3764c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ export const ethFlowConfigs: {
[EthFlowState.ApproveNeeded]: ({ wrappedSymbol }) => ({
title: `Approve ${wrappedSymbol}`,
buttonText: `Approve ${wrappedSymbol}`,
descriptions: [
`It is required to do a one-time approval of ${wrappedSymbol} via an on-chain ERC20 Approve transaction.`,
],
descriptions: [`It is required to do an approval of ${wrappedSymbol} via an on-chain ERC20 Approve transaction.`],
}),
[EthFlowState.SwapReady]: ({ wrappedSymbol }) => ({
title: `Continue swap with ${wrappedSymbol}`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function SettingsTab({
<b>
<SVG src={EXPERIMENT_ICON} width={12} height={12} /> Experimental:
</b>{' '}
Add DeFI interactions before and after your trade
Add DeFI interactions before and after your trade.
</Trans>
}
/>
Expand Down

0 comments on commit f3764c5

Please sign in to comment.