Improve CLI App Help Text (#3982)

pull/3977/head^2
Hariom Balhara 2022-08-26 13:03:00 +05:30 committed by GitHub
parent b00402f429
commit c6e54d9d9d
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" },