diff --git a/src/components/Swap/PendingModalContent/index.tsx b/src/components/Swap/PendingModalContent/index.tsx index 6050f990..3156aded 100644 --- a/src/components/Swap/PendingModalContent/index.tsx +++ b/src/components/Swap/PendingModalContent/index.tsx @@ -153,7 +153,7 @@ function getContent(args: ContentArgs): PendingModalStep { return { title: `Wrap ETH`, subtitle: ( - + Why is this required? ), @@ -170,7 +170,7 @@ function getContent(args: ContentArgs): PendingModalStep { title: `Setting trustline for ${approvalCurrency?.code ?? 'this token'}`, subtitle: ( Why is this required? @@ -181,14 +181,7 @@ function getContent(args: ContentArgs): PendingModalStep { case ConfirmModalState.PERMITTING: return { title: `Allow ${approvalCurrency?.code ?? 'this token'} to be used for swapping`, - subtitle: ( - - Why is this required? - - ), + subtitle: Why is this required?, label: `Proceed in your wallet`, }; case ConfirmModalState.PENDING_CONFIRMATION: {