You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
fix {integrationsUrl} thinko
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user