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:
2026-04-25 09:11:20 -04:00
parent 0eee8af8b4
commit 188e1d82f8
6 changed files with 10 additions and 10 deletions
@@ -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}
>