Commit 6287b95b authored by Moody Salem's avatar Moody Salem

fix(#961): change send copy

parent 4e8a6e2a
......@@ -282,7 +282,7 @@ export default function Swap() {
</ArrowWrapper>
{recipient === null ? (
<LinkStyledButton id="add-recipient-button" onClick={() => onChangeRecipient('')}>
+ add recipient (optional)
+ Add a send (optional)
</LinkStyledButton>
) : null}
</AutoRow>
......@@ -307,7 +307,7 @@ export default function Swap() {
<ArrowDown size="16" color={theme.text2} />
</ArrowWrapper>
<LinkStyledButton id="remove-recipient-button" onClick={() => onChangeRecipient(null)}>
- remove recipient
- Remove send
</LinkStyledButton>
</AutoRow>
<AddressInputPanel id="recipient" value={recipient} onChange={onChangeRecipient} />
......
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