Warn that members won't be autojoined to upgraded rooms

Fixes https://github.com/vector-im/riot-web/issues/8173

Wording is questionable though.
This commit is contained in:
Travis Ralston 2019-03-14 17:03:32 -06:00
parent 5409db418c
commit 5ded646db0
2 changed files with 7 additions and 0 deletions

View file

@ -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>

View file

@ -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:",