diff --git a/apps/web/pages/event-types/[type].tsx b/apps/web/pages/event-types/[type].tsx index e7cab3a7eb..5bdb9b143a 100644 --- a/apps/web/pages/event-types/[type].tsx +++ b/apps/web/pages/event-types/[type].tsx @@ -674,7 +674,7 @@ const EventTypePage = (props: inferSSRProps) => { fillRule="evenodd"> - Daily.co Video + Cal.com Video )} {location.type === LocationType.Zoom && ( diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 71dc697c85..cb3b43be8d 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -587,7 +587,7 @@ "cal_provide_google_meet_location": "Cal will provide a Google Meet location.", "cal_provide_zoom_meeting_url": "Cal will provide a Zoom meeting URL.", "cal_provide_tandem_meeting_url": "Cal will provide a Tandem meeting URL.", - "cal_provide_video_meeting_url": "Cal will provide a Daily video meeting URL.", + "cal_provide_video_meeting_url": "Cal will provide a video meeting URL.", "cal_provide_jitsi_meeting_url": "We will generate a Jitsi Meet URL for you.", "cal_provide_huddle01_meeting_url": "Cal will provide a Huddle01 web3 video meeting URL.", "cal_provide_teams_meeting_url": "Cal will provide a MS Teams meeting URL. NOTE: MUST HAVE A WORK OR SCHOOL ACCOUNT",