fixed title of owncast meta data

This commit is contained in:
allilengyi 2022-06-02 23:14:02 +02:00
parent 324cf3e5e2
commit 86fbcaff40

View file

@ -139,7 +139,7 @@ export const eventMetaDataList: IEventMetadataDescription[] = [
{
icon: "mz:icon:owncast",
key: "mz:live:owncast:url",
label: i18n.t("Owncast live") as string,
label: i18n.t("Owncast") as string,
description: i18n.t(
"The URL where the event can be watched live"
) as string,