💄(frontend) change support email example
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.
This commit is contained in:
@@ -184,7 +184,7 @@ export const ModalAddMailDomain = () => {
|
|||||||
text={
|
text={
|
||||||
fieldState?.error?.message
|
fieldState?.error?.message
|
||||||
? fieldState.error.message
|
? fieldState.error.message
|
||||||
: t('E.g. : support@saint-laurent.fr')
|
: t('E.g. : support@example.fr')
|
||||||
}
|
}
|
||||||
{...methods.register('supportEmail')}
|
{...methods.register('supportEmail')}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
"Domain name": "Nom de domaine",
|
"Domain name": "Nom de domaine",
|
||||||
"E-mail:": "E-mail:",
|
"E-mail:": "E-mail:",
|
||||||
"E.g. : jean.dupont@mail.fr": "Ex. : jean.dupont@mail.fr",
|
"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",
|
"Email address prefix": "Préfixe de l'adresse mail",
|
||||||
"Emails": "Emails",
|
"Emails": "Emails",
|
||||||
"Empty team icon": "Icône équipe vide",
|
"Empty team icon": "Icône équipe vide",
|
||||||
|
|||||||
Reference in New Issue
Block a user