warning about exact amount
This commit is contained in:
parent
47d5de1fca
commit
5ac9e70304
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ function WalletSwap(props: Props) {
|
|||
{getGap()}
|
||||
</>
|
||||
)}
|
||||
<div className="confirm__label">{__('Send')}</div>
|
||||
<div className="confirm__label">{__('Send (USE COPY BUTTON, ENSURE EXACT AMOUNT IS SENT!)')}</div>
|
||||
<CopyableText
|
||||
primaryButton
|
||||
copyable={getCoinSendAmountStr(coin)}
|
||||
|
|
Loading…
Reference in a new issue