From 77bf14a797707b8af69f914e68c0de3e6426132e Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:02:30 +0100 Subject: [PATCH] [CAL-317] Confirmation Email - Footer text isn't properly formatted (#5676) Co-authored-by: gitstart Co-authored-by: gitstart Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Nitesh Singh Co-authored-by: Matheus Benini Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Alex van Andel Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/emails/src/components/ManageLink.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/emails/src/components/ManageLink.tsx b/packages/emails/src/components/ManageLink.tsx index 23fd880a60..660842e73d 100644 --- a/packages/emails/src/components/ManageLink.tsx +++ b/packages/emails/src/components/ManageLink.tsx @@ -28,16 +28,15 @@ export function ManageLink(props: { calEvent: CalendarEvent; attendee: Person }) width: "100%", gap: "8px", }}> - <>{t("need_to_make_a_change")} + <>{t("need_to_make_a_change")}{" "} {!props.calEvent.recurringEvent && ( <> - <>{t("reschedule")} + <>{t("reschedule")}{" "} - <>{t("or_lowercase")} + <>{t("or_lowercase")}{" "} )} - <>{t("cancel")}