diff --git a/src/components/Swap/PendingModalContent/index.tsx b/src/components/Swap/PendingModalContent/index.tsx index d9c78580..3156aded 100644 --- a/src/components/Swap/PendingModalContent/index.tsx +++ b/src/components/Swap/PendingModalContent/index.tsx @@ -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: {