diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js
index 0ccfa23bf3..f30004059b 100644
--- a/src/components/views/rooms/RoomSettings.js
+++ b/src/components/views/rooms/RoomSettings.js
@@ -1039,7 +1039,8 @@ module.exports = React.createClass({
{ _t('Advanced') }
- { _t('This room\'s internal ID is') } { this.props.room.roomId }
+ { _t('Internal room ID: ') } { this.props.room.roomId }
+ { _t('Room version number: ') } { this.props.room.getVersion() }
);
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 6fe775770c..08c7ae086d 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -540,7 +540,8 @@
"Members only (since they joined)": "Members only (since they joined)",
"Permissions": "Permissions",
"Advanced": "Advanced",
- "This room's internal ID is": "This room's internal ID is",
+ "Internal room ID: ": "Internal room ID: ",
+ "Room version number: ": "Room version number: ",
"Add a topic": "Add a topic",
"Search…": "Search…",
"This Room": "This Room",