Skip to content

Commit

Permalink
fix: correct message and translation key #15657
Browse files Browse the repository at this point in the history
  • Loading branch information
SomayChauhan committed Jul 5, 2024
1 parent 961d9d1 commit cb53b24
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions apps/web/components/eventtype/Locations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,17 +394,16 @@ const Locations: React.FC<LocationsProps> = ({
<div className="mr-1.5 h-3 w-3">
<Icon name="check" className="h-3 w-3" />
</div>
<Trans i18nKey="event_type_requres_google_cal">
<p>
<p className="text-default text-sm">
<Trans i18nKey="event_type_requires_google_calendar">
The “Add to calendar” for this event type needs to be a Google Calendar for Meet to work.
Change it{" "}
<Link
href={`${WEBAPP_URL}/event-types/${getValues("id")}?tabName=advanced`}
className="underline">
here.
</Link>{" "}
</p>
</Trans>
Connect it
<Link className="cursor-pointer text-blue-500 underline" href="/apps/google-calendar">
here
</Link>
.
</Trans>
</p>
</div>
)}
{isChildrenManagedEventType && !locationAvailable && locationDetails && (
Expand Down

0 comments on commit cb53b24

Please sign in to comment.