fix {integrationsUrl} thinko

This commit is contained in:
Matthew Hodgson 2017-05-30 20:32:12 +01:00
parent d74de136d6
commit 48a2ad93da
3 changed files with 4 additions and 4 deletions

View file

@ -235,8 +235,8 @@ module.exports = React.createClass({
description:
<div>
{_t("You are about to be taken to a third-party site so you can " +
"authenticate your account for use with {integrationsUrl}. " +
"Do you wish to continue?")}
"authenticate your account for use with %(integrationsUrl)s. " +
"Do you wish to continue?", { integrationsUrl: integrationsUrl })}
</div>,
button: _t("Continue"),
onFinished: function(confirmed) {