mirror of
https://github.com/suitenumerique/people.git
synced 2026-08-17 21:25:52 +02:00
💬(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:
+1
-1
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user