mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Review comments
This commit is contained in:
parent
f54c182eb1
commit
a8ca7c899f
2 changed files with 2 additions and 3 deletions
|
@ -687,8 +687,7 @@ module.exports = React.createClass({
|
|||
title: _t("Leave room"),
|
||||
description: (
|
||||
<span>
|
||||
{_t("Are you sure you want to leave the room ")}
|
||||
<i>{roomToLeave.name}</i>?
|
||||
{_t("Are you sure you want to leave the room '%(roomName)s'?", {roomName: roomToLeave.name})}
|
||||
</span>
|
||||
),
|
||||
onFinished: (shouldLeave) => {
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
"Anyone who knows the room's link, apart from guests": "Anyone who knows the room's link, apart from guests",
|
||||
"Anyone who knows the room's link, including guests": "Anyone who knows the room's link, including guests",
|
||||
"Are you sure?": "Are you sure?",
|
||||
"Are you sure you want to leave the room ": "Are you sure you want to leave the room ",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",
|
||||
"Are you sure you want to reject the invitation?": "Are you sure you want to reject the invitation?",
|
||||
"Are you sure you want to upload the following files?": "Are you sure you want to upload the following files?",
|
||||
"Attachment": "Attachment",
|
||||
|
|
Loading…
Reference in a new issue