diff --git a/apps/web/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png b/apps/web/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png index b94d6055591..3be78317553 100644 Binary files a/apps/web/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png and b/apps/web/playwright/snapshots/crypto/crypto.spec.ts/RoomSummaryCard-with-verified-e2ee-linux.png differ diff --git a/apps/web/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png b/apps/web/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png index abe08d04334..ada2b8a60e3 100644 Binary files a/apps/web/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png and b/apps/web/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png differ diff --git a/apps/web/src/components/views/right_panel/RoomSummaryCardView.tsx b/apps/web/src/components/views/right_panel/RoomSummaryCardView.tsx index 4514ee231e6..23d858e4140 100644 --- a/apps/web/src/components/views/right_panel/RoomSummaryCardView.tsx +++ b/apps/web/src/components/views/right_panel/RoomSummaryCardView.tsx @@ -172,28 +172,28 @@ const RoomSummaryCardView: React.FC = ({ > {!vm.isDirectMessage && vm.roomJoinRule === JoinRule.Public && ( - + {_t("common|public_room")} )} {vm.isRoomEncrypted && vm.e2eStatus !== E2EStatus.Warning && ( - + {_t("common|encrypted")} )} {!vm.isRoomEncrypted && ( - + {_t("common|unencrypted")} )} {vm.e2eStatus === E2EStatus.Warning && ( - + {_t("common|not_trusted")} )} diff --git a/apps/web/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap b/apps/web/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap index cbd83caff91..41faabf7a81 100644 --- a/apps/web/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap +++ b/apps/web/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap @@ -79,7 +79,7 @@ exports[` has button to edit topic 1`] = ` has button to edit topic 1`] = ` renders the room summary 1`] = ` renders the room summary 1`] = ` renders the room topic in the summary 1`] = ` renders the room topic in the summary 1`] = `