"Jisti Meet" -> "Jitsi Meet" in EventMetadata.ts

This commit is contained in:
cornerot 2021-09-01 19:20:24 +00:00
parent a97ac84b2c
commit 7958c109ca
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ export const eventMetaDataList: IEventMetadataDescription[] = [
{
icon: "webcam",
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,
value: "",
type: EventMetadataType.STRING,