Commit 77c09053 authored by Noah Zinsmeister's avatar Noah Zinsmeister

copy hotfix

parent 05acbfee
......@@ -529,7 +529,7 @@ export default function Swap({ history }: RouteComponentProps) {
{/* we need to shorten this string on mobile */}
{approvalState === ApprovalState.APPROVED || signatureState === UseERC20PermitState.SIGNED
? 'You can now trade ' + currencies[Field.INPUT]?.symbol
: 'Allow the Uniswap Protocol to use your UNI ' + currencies[Field.INPUT]?.symbol}
: 'Allow the Uniswap Protocol to use your ' + currencies[Field.INPUT]?.symbol}
</span>
{approvalState === ApprovalState.PENDING ? (
<Loader stroke="white" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment