diff --git a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx index 72f175d2..5e71b13c 100644 --- a/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx +++ b/apps/web/ee/components/apiKeys/ApiKeyListContainer.tsx @@ -24,7 +24,7 @@ export default function ApiKeyListContainer() { query={query} success={({ data }) => ( <> -
+

{t("api_keys")}

{t("api_keys_subtitle")}

diff --git a/apps/web/lib/emails/templates/attendee-rescheduled-email.ts b/apps/web/lib/emails/templates/attendee-rescheduled-email.ts index b28babad..d232cf99 100644 --- a/apps/web/lib/emails/templates/attendee-rescheduled-email.ts +++ b/apps/web/lib/emails/templates/attendee-rescheduled-email.ts @@ -53,7 +53,7 @@ export default class AttendeeRescheduledEmail extends AttendeeScheduledEmail { ${this.attendee.language.translate("event_has_been_rescheduled")} ${this.attendee.language.translate("emailed_you_and_any_other_attendees")} ${this.getWhat()} - ${this.getWhen()} + ${this.getWhen()} ${this.getLocation()} ${this.getDescription()} ${this.getAdditionalNotes()}