💬(front) improve no alias message on domain view

improve message on domain view when research returns
no alias

Update translation for alias not found message
This commit is contained in:
Julien Bouquillon
2026-04-14 15:52:03 +02:00
committed by Marie PUPO JEAMMET
parent 58b9ea4e40
commit 34d805b0c7
2 changed files with 2 additions and 2 deletions
@@ -143,7 +143,7 @@ export function AliasesListView({
{!filteredAliases.length && (
<Box $align="center" $margin={{ top: 'base', bottom: 'base' }}>
<Text $size="small">
{t('No alias was created with this mail domain.')}
{t('No alias found.')}
</Text>
</Box>
)}
@@ -193,7 +193,7 @@
"New group": "Nouveau groupe",
"New mail address": "Nouvelle adresse mail",
"New name...": "Nouveau nom...",
"No alias was created with this mail domain.": "Aucun alias n'a été créée avec ce nom de domaine.",
"No alias found.": "Aucun alias n'a été trouvé.",
"No domains exist.": "Aucun domaine existant.",
"No mail box was created with this mail domain.": "Aucune boîte mail n'a été créée avec ce nom de domaine.",
"No teams exist.": "Aucune équipe n'existe.",