+ {t("errors.needVerification")}
+
+ );
+};
diff --git a/front/translations/en.json b/front/translations/en.json
index 1e5d6708..0281f8fe 100644
--- a/front/translations/en.json
+++ b/front/translations/en.json
@@ -207,7 +207,9 @@
"try-again": "Try again",
"re-login": "Re login",
"offline": "You are not connected to internet. Try again later.",
- "unauthorized": "You are missing the permissions {{permission}} to access this page."
+ "unauthorized": "You are missing the permissions {{permission}} to access this page.",
+ "needVerification": "Your account needs to be verified by your server administrator before you can use it.",
+ "needAccount": "This page can't be accessed in guest mode. You need to create an account or login."
},
"mediainfo": {
"file": "File",
diff --git a/front/translations/fr.json b/front/translations/fr.json
index b1ddc2b8..4186d7c3 100644
--- a/front/translations/fr.json
+++ b/front/translations/fr.json
@@ -207,7 +207,9 @@
"try-again": "Réessayer",
"re-login": "Se reconnecter",
"offline": "Vous n'êtes pas connecté à Internet. Réessayez plus tard.",
- "unauthorized": "Il vous manque les autorisations {{permission}} pour accéder à cette page."
+ "unauthorized": "Il vous manque les autorisations {{permission}} pour accéder à cette page.",
+ "needVerification": "Votre compte doit être vérifié par l'administrateur de votre serveur avant de pouvoir l'utiliser.",
+ "needAccount": "Cette page n'est pas accessible en mode invité. Vous devez créer un compte ou vous connecter."
},
"mediainfo": {
"file": "Fichier",