style(auth): polish french copy in auth email templates
- simplify em-dash sentence in EmailChangeConfirmEmail footer note - replace "notre équipe de support" with "le support" across notify/changed/admin_new variants - shorten InvitationEmail title by removing "Bienvenue —" prefix - reword PasswordChangedEmail body and footer note for clarity - align PasswordResetEmail and VerificationEmail copy with same tone
This commit is contained in:
@@ -4,7 +4,7 @@ import { BaseLayout } from "@zen/core/email/templates";
|
||||
export const InvitationEmail = ({ setupUrl, companyName }) => (
|
||||
<BaseLayout
|
||||
preview={`Terminez la création de votre compte ${companyName}`}
|
||||
title="Bienvenue — créez votre mot de passe"
|
||||
title="Créez votre mot de passe"
|
||||
companyName={companyName}
|
||||
supportSection={true}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user