forked from potsda.mn/mobilizon
"Jisti Meet" -> "Jitsi Meet" in EventMetadata.ts
This commit is contained in:
parent
a97ac84b2c
commit
7958c109ca
|
@ -227,7 +227,7 @@ export const eventMetaDataList: IEventMetadataDescription[] = [
|
||||||
{
|
{
|
||||||
icon: "webcam",
|
icon: "webcam",
|
||||||
key: "mz:visio:jitsi_meet",
|
key: "mz:visio:jitsi_meet",
|
||||||
label: i18n.t("Jisti Meet") as string,
|
label: i18n.t("Jitsi Meet") as string,
|
||||||
description: i18n.t("The Jitsi Meet video teleconference URL") as string,
|
description: i18n.t("The Jitsi Meet video teleconference URL") as string,
|
||||||
value: "",
|
value: "",
|
||||||
type: EventMetadataType.STRING,
|
type: EventMetadataType.STRING,
|
||||||
|
|
Loading…
Reference in a new issue