mirror of https://github.com/vector-im/riot-web
fix error in i18n string
parent
5781275392
commit
5a4ec1996d
|
@ -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) {
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue