Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0358e03

Browse files
authored
Update copy of 'Change layout' button to match Element Call (#9703)
1 parent 5d40956 commit 0358e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/rooms/RoomHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const CallLayoutSelector: FC<CallLayoutSelectorProps> = ({ call }) => {
385385
"mx_RoomHeader_layoutButton--spotlight": layout === Layout.Spotlight,
386386
})}
387387
onClick={onClick}
388-
title={_t("Layout type")}
388+
title={_t("Change layout")}
389389
alignment={Alignment.Bottom}
390390
key="layout"
391391
/>

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@
19611961
"You do not have permission to start voice calls": "You do not have permission to start voice calls",
19621962
"Freedom": "Freedom",
19631963
"Spotlight": "Spotlight",
1964-
"Layout type": "Layout type",
1964+
"Change layout": "Change layout",
19651965
"Forget room": "Forget room",
19661966
"Hide Widgets": "Hide Widgets",
19671967
"Show Widgets": "Show Widgets",

0 commit comments

Comments
 (0)