diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index fbf938dff..8450d9350 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -14191,6 +14191,27 @@ + + emailpreview + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + generatingemail false diff --git a/client/src/components/email-overlay/email-overlay.container.jsx b/client/src/components/email-overlay/email-overlay.container.jsx index 906be19be..6c469c2d9 100644 --- a/client/src/components/email-overlay/email-overlay.container.jsx +++ b/client/src/components/email-overlay/email-overlay.container.jsx @@ -178,6 +178,7 @@ export function EmailOverlayContainer({ maskClosable={false} width={"80%"} onOk={() => form.submit()} + title={t("emails.labels.emailpreview")} onCancel={() => { toggleEmailOverlayVisible(); }} @@ -198,7 +199,7 @@ export function EmailOverlayContainer({