fix {integrationsUrl} thinko
This commit is contained in:
parent
d74de136d6
commit
48a2ad93da
3 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue