fix error in i18n string

pull/21833/head
daniel tygel 2017-05-30 16:29:50 -03:00
parent 5781275392
commit 5a4ec1996d
2 changed files with 3 additions and 3 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) {

View File

@ -751,7 +751,7 @@
"This image cannot be displayed.": "This image cannot be displayed.",
"Error decrypting video": "Error decrypting video",
"Add an Integration": "Add an Integration",
"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?": "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?",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?",
"Removed or unknown message type": "Removed or unknown message type",
"Disable URL previews by default for participants in this room": "Disable URL previews by default for participants in this room",
"URL previews are %(globalDisableUrlPreview)s by default for participants in this room.": "URL previews are %(globalDisableUrlPreview)s by default for participants in this room.",