Rename link share from Calendso to Cal (#702)
This commit is contained in:
parent
ef6c919fb1
commit
c7874dee29
1 changed files with 3 additions and 3 deletions
|
@ -308,12 +308,12 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
);
|
);
|
||||||
case LocationType.Phone:
|
case LocationType.Phone:
|
||||||
return (
|
return (
|
||||||
<p className="text-sm">Calendso will ask your invitee to enter a phone number before scheduling.</p>
|
<p className="text-sm">Cal will ask your invitee to enter a phone number before scheduling.</p>
|
||||||
);
|
);
|
||||||
case LocationType.GoogleMeet:
|
case LocationType.GoogleMeet:
|
||||||
return <p className="text-sm">Calendso will provide a Google Meet location.</p>;
|
return <p className="text-sm">Cal will provide a Google Meet location.</p>;
|
||||||
case LocationType.Zoom:
|
case LocationType.Zoom:
|
||||||
return <p className="text-sm">Calendso will provide a Zoom meeting URL.</p>;
|
return <p className="text-sm">Cal will provide a Zoom meeting URL.</p>;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue