Skip to content

Commit

Permalink
fix(Coinify): remove extra periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 21, 2018
1 parent 0eb3e95 commit 64e757e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"components.qrreader.warning": "Your browser does not have webcam support.",
"scenes.register.registerform.shapeshift.terms": "terms and conditions",
"tos": "Terms of Service",
"privacypolicy": "Privacy Policy.",
"privacypolicy": "Privacy Policy",
"scenes.register.registerform.blockchain.read": "I have read and agreed to the",
"scenes.register.registerform.blockchain.terms": "Terms of Service",
"components.transactionlistitem.addresses.to": "To: ",
Expand Down Expand Up @@ -419,7 +419,7 @@
"coinifyexchangedata.create.accept.error2": "Click here ",
"coinifyexchangedata.create.accept.error3": "to change it.",
"tryagain": "try again",
"contactsupport": "contact support.",
"contactsupport": "contact support",
"coinifyexchangedata.create.verifyemail.helper.sentanothercode": "Another code has been sent!",
"coinifyexchangedata.create.verifyemail.partner.header.verifyemail": "Verify Your Email",
"coinifyexchangedata.create.verifyemail.partner.subheader.enteremailcode": "We teamed up with Coinify’s exchange platform to offer buy and sell to our customers in Europe. We just sent a verification code to your {email} email address.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const OrderSubmit = (props) => {
answer: <FormattedMessage id='coinifyexchangedata.cyo.helper3.answer' defaultMessage='To read more about how Coinify stores your information and keeps it safe, please visit their {tos} and {privacyPolicy}. For help with, or questions about your Blockchain wallet, please reach out to our support team {supportLink}.'
values={{
tos: <Link size='12px' weight={300} href='https://www.coinify.com/legal' target='_blank'><FormattedMessage id='tos' defaultMessage='Terms of Service' /></Link>,
privacyPolicy: <Link size='12px' weight={300} href='https://www.coinify.com/legal/policy' target='_blank'><FormattedMessage id='privacypolicy' defaultMessage='Privacy Policy.' /></Link>,
supportLink: <Link target='_blank' href='https://support.blockchain.com' size='12px' weight={300}><FormattedMessage id='contactsupport' defaultMessage='contact support.' /></Link>
privacyPolicy: <Link size='12px' weight={300} href='https://www.coinify.com/legal/policy' target='_blank'><FormattedMessage id='privacypolicy' defaultMessage='Privacy Policy' /></Link>,
supportLink: <Link target='_blank' href='https://support.blockchain.com' size='12px' weight={300}><FormattedMessage id='contactsupport' defaultMessage='contact support' /></Link>
}} />
}
]
Expand Down

0 comments on commit 64e757e

Please sign in to comment.