From 9cd1b42c3d825cacaf3dd226013f67a9276a6769 Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Wed, 12 Feb 2025 22:53:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20change=20support=20ema?= =?UTF-8?q?il=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The domain of support email suggested was the same as the example domain name suggested below. This was a bit confusing because if the domain is broken we need to contact someone with a working email address. --- .../mail-domains/domains/components/ModalAddMailDomain.tsx | 2 +- src/frontend/apps/desk/src/i18n/translations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/apps/desk/src/features/mail-domains/domains/components/ModalAddMailDomain.tsx b/src/frontend/apps/desk/src/features/mail-domains/domains/components/ModalAddMailDomain.tsx index f3166b8..5dcd2e9 100644 --- a/src/frontend/apps/desk/src/features/mail-domains/domains/components/ModalAddMailDomain.tsx +++ b/src/frontend/apps/desk/src/features/mail-domains/domains/components/ModalAddMailDomain.tsx @@ -184,7 +184,7 @@ export const ModalAddMailDomain = () => { text={ fieldState?.error?.message ? fieldState.error.message - : t('E.g. : support@saint-laurent.fr') + : t('E.g. : support@example.fr') } {...methods.register('supportEmail')} /> diff --git a/src/frontend/apps/desk/src/i18n/translations.json b/src/frontend/apps/desk/src/i18n/translations.json index da3d15d..b9c0255 100644 --- a/src/frontend/apps/desk/src/i18n/translations.json +++ b/src/frontend/apps/desk/src/i18n/translations.json @@ -74,7 +74,7 @@ "Domain name": "Nom de domaine", "E-mail:": "E-mail:", "E.g. : jean.dupont@mail.fr": "Ex. : jean.dupont@mail.fr", - "E.g. : support@saint-laurent.fr": "Par exemple : support@saint-laurent.fr", + "E.g. : support@example.fr": "Par exemple : support@example.fr", "Email address prefix": "Préfixe de l'adresse mail", "Emails": "Emails", "Empty team icon": "Icône équipe vide",