diff --git a/src/app/pages/visibility/visibility.component.html b/src/app/pages/visibility/visibility.component.html
index 8ad30767..6d8814b6 100644
--- a/src/app/pages/visibility/visibility.component.html
+++ b/src/app/pages/visibility/visibility.component.html
@@ -72,22 +72,27 @@
{{"visibility.archiving_can_not"|translate}}
-
+
+ {{"visibility.archiving_end_not"|translate}}
+
+
+
+
+
-
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 83898503..0978aeb8 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -82,6 +82,7 @@
"archiving_can": "will",
"archiving_can_not": "will not",
"archiving_end": "be able to edit",
+ "archiving_end_not": "be able to edit answers",
"modfiy_their": "their vote",
"modfiy_everyone": "all the votes",
"access": "Access to the poll",
diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json
index 892f3fab..4281a5c9 100644
--- a/src/assets/i18n/fr.json
+++ b/src/assets/i18n/fr.json
@@ -82,6 +82,7 @@
"archiving_can": "auront",
"archiving_can_not": "n'auront pas",
"archiving_end": "la possibilité de modifier",
+ "archiving_end_not": "la possibilité de modifier de votes",
"modfiy_their": "leur vote",
"modfiy_everyone": "tous les votes",
"access": "Accès au sondage",