From fff4e57378d9a49211a684f64433870fd67b3441 Mon Sep 17 00:00:00 2001 From: tykayn Date: Sat, 11 Apr 2020 14:51:22 +0200 Subject: [PATCH] :zap: can or can not modify votes issue #49 --- .../visibility/visibility.component.html | 35 +++++++++++-------- src/assets/i18n/en.json | 1 + src/assets/i18n/fr.json | 1 + 3 files changed, 22 insertions(+), 15 deletions(-) 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",