diff --git a/playwright/snapshots/release-announcement/releaseAnnouncement.spec.ts/release-announcement-All-new-pinned-messages-linux.png b/playwright/snapshots/release-announcement/releaseAnnouncement.spec.ts/release-announcement-All-new-pinned-messages-linux.png index 78ba6e5cfd..3e78322813 100644 Binary files a/playwright/snapshots/release-announcement/releaseAnnouncement.spec.ts/release-announcement-All-new-pinned-messages-linux.png and b/playwright/snapshots/release-announcement/releaseAnnouncement.spec.ts/release-announcement-All-new-pinned-messages-linux.png differ diff --git a/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png b/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png index 8ba6f98e11..0645b780b8 100644 Binary files a/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png and b/playwright/snapshots/right-panel/right-panel.spec.ts/with-name-and-address-linux.png differ diff --git a/src/components/views/right_panel/RoomSummaryCardView.tsx b/src/components/views/right_panel/RoomSummaryCardView.tsx index b8eac3429f..f0cd8f2967 100644 --- a/src/components/views/right_panel/RoomSummaryCardView.tsx +++ b/src/components/views/right_panel/RoomSummaryCardView.tsx @@ -169,8 +169,8 @@ const RoomSummaryCardView: React.FC = ({ {!vm.isDirectMessage && vm.roomJoinRule === JoinRule.Public && ( - - + + {_t("common|public_room")} )} @@ -183,8 +183,8 @@ const RoomSummaryCardView: React.FC = ({ )} {!vm.isRoomEncrypted && ( - - + + {_t("common|unencrypted")} )} diff --git a/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap b/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap index cbf659b8e6..42dee52d35 100644 --- a/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap +++ b/test/unit-tests/components/views/right_panel/__snapshots__/RoomSummaryCardView-test.tsx.snap @@ -76,9 +76,10 @@ 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`] = `