diff --git a/apps/web/modules/videos/views/videos-single-view.tsx b/apps/web/modules/videos/views/videos-single-view.tsx index c2d9793072..09d0dcbd91 100644 --- a/apps/web/modules/videos/views/videos-single-view.tsx +++ b/apps/web/modules/videos/views/videos-single-view.tsx @@ -522,7 +522,7 @@ export function LogInOverlay(props: LogInOverlayProps) {

{t("sign_in_to_cal_com")}

-

+

{t("track_meetings_and_manage_schedule")}

diff --git a/companion/app/(tabs)/(event-types)/index.tsx b/companion/app/(tabs)/(event-types)/index.tsx index 9543eea293..d966287e7b 100644 --- a/companion/app/(tabs)/(event-types)/index.tsx +++ b/companion/app/(tabs)/(event-types)/index.tsx @@ -617,8 +617,8 @@ export default function EventTypes() { Title {/* Header */} - + Add a new event type - + Set up event types to offer different types of meetings. @@ -680,9 +680,9 @@ export default function EventTypes() { {/* Title */} - Title + Title - Close + Close = ({ Reason for cancellation {props.showAttendeeInfo && } @@ -338,7 +338,7 @@ export function AdvancedTab(props: AdvancedTabProps) { className={`mr-3 h-5 w-5 items-center justify-center rounded border ${ props.showAvailabilityCount ? "border-[#111827] bg-[#111827]" - : "border-[#D1D5DB] bg-white" + : "border-gray-300 bg-white" }`} > {props.showAvailabilityCount ? ( diff --git a/companion/components/screens/AvailabilityListScreen.tsx b/companion/components/screens/AvailabilityListScreen.tsx index c975cf7273..f1a0a72c83 100644 --- a/companion/components/screens/AvailabilityListScreen.tsx +++ b/companion/components/screens/AvailabilityListScreen.tsx @@ -396,8 +396,8 @@ export function AvailabilityListScreen({ Name {/* Header */} - Add a new schedule + Add a new schedule {/* Content */} - Name + Name { onShowCreateModalChange(false); setNewScheduleName(""); }} disabled={creating} > - Close + Close