Update copy of 'Change layout' button to match Element Call (#9703)
This commit is contained in:
parent
5d409560c7
commit
0358e038a9
2 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,7 @@ const CallLayoutSelector: FC<CallLayoutSelectorProps> = ({ call }) => {
|
|||
"mx_RoomHeader_layoutButton--spotlight": layout === Layout.Spotlight,
|
||||
})}
|
||||
onClick={onClick}
|
||||
title={_t("Layout type")}
|
||||
title={_t("Change layout")}
|
||||
alignment={Alignment.Bottom}
|
||||
key="layout"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue