diff --git a/src/components/views/rooms/MessageComposer.tsx b/src/components/views/rooms/MessageComposer.tsx index 587a4d778d..d4e617a1f4 100644 --- a/src/components/views/rooms/MessageComposer.tsx +++ b/src/components/views/rooms/MessageComposer.tsx @@ -531,12 +531,15 @@ export class MessageComposer extends React.Component { if (!this.props.e2eStatus) { leftIcon = (
- + + +
); } else if (this.props.e2eStatus !== E2EStatus.Normal) { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6aa127864c..dc2a17cc62 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -654,6 +654,7 @@ "poll_button_no_perms_description": "You do not have permission to start polls in this room.", "poll_button_no_perms_title": "Permission Required", "replying_title": "Replying", + "room_unencrypted": "Messages in this room are not end-to-end encrypted", "room_upgraded_link": "The conversation continues here.", "room_upgraded_notice": "This room has been replaced and is no longer active.", "send_button_title": "Send message", diff --git a/test/unit-tests/components/structures/__snapshots__/RoomView-test.tsx.snap b/test/unit-tests/components/structures/__snapshots__/RoomView-test.tsx.snap index d43e5762b7..ee30ee8133 100644 --- a/test/unit-tests/components/structures/__snapshots__/RoomView-test.tsx.snap +++ b/test/unit-tests/components/structures/__snapshots__/RoomView-test.tsx.snap @@ -1,225 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`RoomView for a local room in state CREATING should match the snapshot 1`] = ` -
-
-
- - - - - - -
-
-
- - u - - - u - -
- 2 -
-
-
-
-
-
-
-
-
- We're creating a room with @user:example.com -
-
-
-
-
-`; - -exports[`RoomView for a local room in state ERROR should match the snapshot 1`] = `
+
+
+
+
+
+
+ We're creating a room with @user:example.com +
+
+
+
+
+`; + +exports[`RoomView for a local room in state ERROR should match the snapshot 1`] = ` +
+
+
+ + + + + + +
+
+
+ + u + + + u + +
+ 2 +
+
+
@@ -2052,7 +2056,7 @@ exports[`RoomView video rooms should render joined video room view 1`] = `