Commit af892c1f authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

copy updates (#779)

parent 1380f865
...@@ -1103,7 +1103,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro ...@@ -1103,7 +1103,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro
? '<0.01%' ? '<0.01%'
: `${priceSlippage?.toFixed(2)}%` ?? '-'} : `${priceSlippage?.toFixed(2)}%` ?? '-'}
</ErrorText> </ErrorText>
<QuestionHelper text="The difference between the market price and your quoted price due to trade size." /> <QuestionHelper text="The difference between the market price and estimated price due to trade size." />
</RowFixed> </RowFixed>
</RowBetween> </RowBetween>
)} )}
...@@ -1241,7 +1241,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro ...@@ -1241,7 +1241,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro
<TYPE.black fontSize={14} fontWeight={400} color={theme.text2}> <TYPE.black fontSize={14} fontWeight={400} color={theme.text2}>
Price Impact Price Impact
</TYPE.black> </TYPE.black>
<QuestionHelper text="The difference between the market price and your quoted price due to trade size." /> <QuestionHelper text="The difference between the market price and estimated price due to trade size." />
</RowFixed> </RowFixed>
<ErrorText <ErrorText
fontWeight={500} fontWeight={500}
...@@ -1300,8 +1300,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro ...@@ -1300,8 +1300,7 @@ function ExchangePage({ sendingInput = false, history, params }: ExchangePagePro
</RowFixed> </RowFixed>
</RowBetween> </RowBetween>
<Text lineHeight="145.23%;" fontSize={16} fontWeight={400} color={theme.text1}> <Text lineHeight="145.23%;" fontSize={16} fontWeight={400} color={theme.text1}>
This trade will move the price by ~{priceSlippage.toFixed(2)}%. This pool probably doesn’t have This trade will move the price by ~{priceSlippage.toFixed(2)}%.
enough liquidity to support this trade.
</Text> </Text>
</AutoColumn> </AutoColumn>
</YellowCard> </YellowCard>
......
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