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