Fix copy on video room creation button (#8614)

This commit is contained in:
Robin
2022-05-16 17:10:44 -04:00
committed by GitHub
parent ceda77d7dc
commit a66ffa43c4

View File

@@ -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}
/>
}