Skip to content

Commit

Permalink
fix(Request): copy and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 30, 2018
1 parent 0a65272 commit bc802e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"modals.requestbitcoin.firststep.description": "Description:",
"modals.requestbitcoin.firststep.next": "Next",
"modals.requestbitcoin.secondstep.title": "Request",
"modals.requestbitcoin.secondstep.explain": "Send the link below to your friend of contact and they will be able to send bitcoin directly to your wallet.",
"modals.requestbitcoin.secondstep.explain": "Send the link below to your friend or contact and they will be able to send bitcoin directly to your wallet.",
"modals.requestbitcoin.secondstep.payment": "Payment request:",
"modals.requestbitcoin.secondstep.copied": "Copied!",
"modals.requestbitcoin.secondstep.copy": "Copy link",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Container = styled.div`
align-items: center;
padding: 20px 0;
margin-top: 5px;
margin-bottom: 15px;
margin-bottom: 20px;
background-color: ${props => props.theme['white-blue']};
& > * { padding: 5px 0; }
Expand Down Expand Up @@ -47,7 +47,7 @@ const SecondStep = (props) => {
<ModalBody>
<Form onSubmit={handleSubmit}>
<SubHeader size='14px' weight={300}>
<FormattedMessage id='modals.requestbitcoin.secondstep.explain' defaultMessage='Send the link below to your friend of contact and they will be able to send bitcoin directly to your wallet.' />
<FormattedMessage id='modals.requestbitcoin.secondstep.explain' defaultMessage='Send the link below to your friend or contact and they will be able to send bitcoin directly to your wallet.' />
</SubHeader>
<Text size='14px' weight={500}>
<FormattedMessage id='modals.requestbitcoin.secondstep.payment' defaultMessage='Payment Request:' />
Expand Down

0 comments on commit bc802e9

Please sign in to comment.