Fix copy on video room creation button (#8614)
This commit is contained in:
parent
ceda77d7dc
commit
a66ffa43c4
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
|
|||
<IconizedContextMenuOption
|
||||
data-test-id='new-video-room-option'
|
||||
iconClassName="mx_SpacePanel_iconPlus"
|
||||
label={_t("New video room")}
|
||||
label={_t("Video room")}
|
||||
onClick={onNewVideoRoomClick}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue