Improve CLI App Help Text (#3982)
parent
b00402f429
commit
c6e54d9d9d
|
@ -1,5 +1,4 @@
|
|||
import { getEventLocationType, locationKeyToString } from "@calcom/app-store/locations";
|
||||
import { useLocale } from "@calcom/lib/hooks/useLocale";
|
||||
|
||||
import { Props } from "./pages/AvailabilityPage";
|
||||
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue