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