mirror of https://github.com/vector-im/riot-web
Warn that members won't be autojoined to upgraded rooms
Fixes https://github.com/vector-im/riot-web/issues/8173 Wording is questionable though.pull/21833/head
parent
5409db418c
commit
5ded646db0
|
@ -72,6 +72,12 @@ module.exports = React.createClass({
|
|||
return (
|
||||
<div className="mx_RoomUpgradeWarningBar">
|
||||
{upgradeText}
|
||||
<div className="mx_RoomUpgradeWarningBar_body">
|
||||
{_t(
|
||||
"Members of the room will be required to click a link to join the " +
|
||||
"new room. No one will be automatically joined or invited to the new room.",
|
||||
)}
|
||||
</div>
|
||||
<div className="mx_RoomUpgradeWarningBar_small">
|
||||
{_t("Only room administrators will see this warning")}
|
||||
</div>
|
||||
|
|
|
@ -581,6 +581,7 @@
|
|||
"Camera": "Camera",
|
||||
"Voice & Video": "Voice & Video",
|
||||
"This room is not accessible by remote Matrix servers": "This room is not accessible by remote Matrix servers",
|
||||
"Members of the room will be required to click a link to join the new room. No one will be automatically joined or invited to the new room.": "Members of the room will be required to click a link to join the new room. No one will be automatically joined or invited to the new room.",
|
||||
"Upgrade room to version %(ver)s": "Upgrade room to version %(ver)s",
|
||||
"Room information": "Room information",
|
||||
"Internal room ID:": "Internal room ID:",
|
||||
|
|
Loading…
Reference in New Issue