Update copy of 'Change layout' button to match Element Call (#9703)

This commit is contained in:
Robin 2022-12-02 12:59:14 -05:00 committed by GitHub
parent 5d409560c7
commit 0358e038a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -385,7 +385,7 @@ const CallLayoutSelector: FC<CallLayoutSelectorProps> = ({ call }) => {
"mx_RoomHeader_layoutButton--spotlight": layout === Layout.Spotlight, "mx_RoomHeader_layoutButton--spotlight": layout === Layout.Spotlight,
})} })}
onClick={onClick} onClick={onClick}
title={_t("Layout type")} title={_t("Change layout")}
alignment={Alignment.Bottom} alignment={Alignment.Bottom}
key="layout" key="layout"
/> />

View file

@ -1961,7 +1961,7 @@
"You do not have permission to start voice calls": "You do not have permission to start voice calls", "You do not have permission to start voice calls": "You do not have permission to start voice calls",
"Freedom": "Freedom", "Freedom": "Freedom",
"Spotlight": "Spotlight", "Spotlight": "Spotlight",
"Layout type": "Layout type", "Change layout": "Change layout",
"Forget room": "Forget room", "Forget room": "Forget room",
"Hide Widgets": "Hide Widgets", "Hide Widgets": "Hide Widgets",
"Show Widgets": "Show Widgets", "Show Widgets": "Show Widgets",