diff --git a/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js b/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js
index 13ee39ccd7..8c56e17a13 100644
--- a/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js
+++ b/src/components/views/settings/tabs/room/AdvancedRoomSettingsTab.js
@@ -70,12 +70,17 @@ export default class AdvancedRoomSettingsTab extends React.Component {
{_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.",
+ "Warning: Upgrading a room will not automatically migrate room members " +
+ "to the new version of the room. We'll post a link to the new room in the old version " +
+ "of the room - room members will have to click this link to join the new room.",
+ {}, {
+ "b": (sub) => {sub},
+ "i": (sub) => {sub},
+ },
)}
- {_t("Upgrade room to version %(ver)s", {ver: this.state.upgradeRecommendation.version})}
+ {_t("Upgrade this room to the recommended room version")}
);
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index d450e92d71..a49fc485fe 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -586,7 +586,8 @@
"Camera": "Camera",
"Voice & Video": "Voice & Video",
"This room is not accessible by remote Matrix servers": "This room is not accessible by remote Matrix servers",
- "Upgrade room to version %(ver)s": "Upgrade room to version %(ver)s",
+ "Warning: Upgrading a room will not automatically migrate room members to the new version of the room. We'll post a link to the new room in the old version of the room - room members will have to click this link to join the new room.": "Warning: Upgrading a room will not automatically migrate room members to the new version of the room. We'll post a link to the new room in the old version of the room - room members will have to click this link to join the new room.",
+ "Upgrade this room to the recommended room version": "Upgrade this room to the recommended room version",
"Room information": "Room information",
"Internal room ID:": "Internal room ID:",
"Room version": "Room version",