Skip to content

Instantly share code, notes, and snippets.

@lcoenen
Last active February 28, 2019 15:47
Show Gist options
  • Save lcoenen/a2d2f8a067e444351ec41a6cde58c567 to your computer and use it in GitHub Desktop.
Save lcoenen/a2d2f8a067e444351ec41a6cde58c567 to your computer and use it in GitHub Desktop.
const link = <a href="mailto:support@whichost.com">
<FormattedMessage id="PayoutPreferencesPage.stripeAlreadyConnectedLink" />
</a>
message = intl.formatHTMLMessage(
{ id:"PayoutPreferencesPage.stripeAlreadyConnected" },
{
here: link
}
)
// ....
"PayoutPreferencesPage.stripeAlreadyConnected": "You’ve already entered your payment details. If you want to change your payment details, please contact Whichost by clicking {here}.",
"PayoutPreferencesPage.stripeAlreadyConnectedLink": "here",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment