diff --git a/src/components/views/rooms/NewRoomIntro.tsx b/src/components/views/rooms/NewRoomIntro.tsx
index 21282c415a..76240f6a2f 100644
--- a/src/components/views/rooms/NewRoomIntro.tsx
+++ b/src/components/views/rooms/NewRoomIntro.tsx
@@ -185,9 +185,9 @@ const NewRoomIntro = () => {
});
}
- const sub2 = _t("Your private messages are normally encrypted, but this room isn't." +
- "Usually this is because the room was created with a device or method that doesn't support " +
- "encryption, like email invites. Enable encryption in settings.", {},
+ const sub2 = _t("Your private messages are normally encrypted, but this room isn't. "+
+ "Usually this is due to an unsupported device or method being used, " +
+ "like email invites. Enable encryption in settings.", {},
{ a: sub => {sub} });
return
@@ -195,7 +195,7 @@ const NewRoomIntro = () => {
{ !hasExpectedEncryptionSettings(room) && (
)}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 3ab69cdb11..874dc11bd2 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -1509,8 +1509,8 @@
"Invite to just this room": "Invite to just this room",
"Add a photo, so people can easily spot your room.": "Add a photo, so people can easily spot your room.",
"This is the start of
.": "This is the start of
.",
- "Your private messages are normally encrypted, but this room isn't.Usually this is because the room was created with a device or method that doesn't support encryption, like email invites.
Enable encryption in settings.": "Your private messages are normally encrypted, but this room isn't.Usually this is because the room was created with a device or method that doesn't support encryption, like email invites.
Enable encryption in settings.",
- "This room isn't end to end encrypted": "This room isn't end to end encrypted",
+ "Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.
Enable encryption in settings.": "Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.
Enable encryption in settings.",
+ "End-to-end encryption isn't enabled": "End-to-end encryption isn't enabled",
"Unpin": "Unpin",
"View message": "View message",
"%(duration)ss": "%(duration)ss",