Commit 868242a6 authored by Patrick's avatar Patrick Committed by GitHub

Clarify Button (#2447)

Changed "Remove send" to "Remove recipient" for clarification purposes.
parent aa1db580
...@@ -435,7 +435,7 @@ export default function Swap({ history }: RouteComponentProps) { ...@@ -435,7 +435,7 @@ export default function Swap({ history }: RouteComponentProps) {
<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)}>
<Trans>- Remove send</Trans> <Trans>- Remove recipient</Trans>
</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