Fix copy on video room creation button (#8614)

t3chguy/dedup-icons-17oct
Robin 2022-05-16 17:10:44 -04:00 committed by GitHub
parent ceda77d7dc
commit a66ffa43c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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