Commit dcbd4e47 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

chore: rm "with no slippage" (#3752)

parent b704bdac
......@@ -86,7 +86,7 @@ export function WrapCurrency({ inputCurrency, outputCurrency }: { inputCurrency:
const Text = useCallback(
() => (
<Trans>
Convert {inputCurrency.symbol} to {outputCurrency.symbol} with no slippage
Convert {inputCurrency.symbol} to {outputCurrency.symbol}
</Trans>
),
[inputCurrency.symbol, outputCurrency.symbol]
......
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