Merge branch 'main' into fix/after-meeting-ends-migration

This commit is contained in:
kodiakhq[bot] 2022-08-26 07:36:03 +00:00 committed by GitHub
commit 04d749d5af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
import { getEventLocationType, locationKeyToString } from "@calcom/app-store/locations";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { Props } from "./pages/AvailabilityPage";

View File

@ -202,10 +202,9 @@ const CreateApp = ({ noDbUpdate, slug = null, editMode = false }) => {
options: [
{ label: "Calendar", value: "calendar" },
{
label: "Static Link - Video",
label:
"Static Link - Video(Apps like Ping.gg/Riverside/Whereby which require you to provide a link to join your room)",
value: "video_static",
explainer:
"Apps like Ping.gg/Riverside/Whereby which require you to provide a link to join your room",
},
{ label: "Other - Video", value: "video_other" },
{ label: "Payment", value: "payment" },