diff --git a/packages/app-store/locations.ts b/packages/app-store/locations.ts index 9c0b21cccf..040684ffc5 100644 --- a/packages/app-store/locations.ts +++ b/packages/app-store/locations.ts @@ -230,7 +230,7 @@ export const getMessageForOrganizer = (location: string, t: TFunction) => { if (defaultLocation) { return t(defaultLocation.messageForOrganizer); } - if (videoLocation && videoLocation.linkType !== "static") { + if (videoLocation && videoLocation.linkType !== "static" && videoLocation.type !== "integrations:zoom") { return t(`Cal will provide a ${videoLocation.label} URL.`); } return "";