From efae6c351053a63389d05791bceaa2ab33374777 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 5 Oct 2020 16:42:31 +0200 Subject: [PATCH] Specify that only users with account can comment Signed-off-by: Thomas Citharel --- js/src/i18n/en_US.json | 4 ++-- js/src/i18n/fr_FR.json | 3 ++- js/src/views/Event/Edit.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 6aea966ef..9feaa3a7a 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -20,7 +20,6 @@ "Admin": "Admin", "Administration": "Administration", "All the places have already been taken": "All the places have been taken|One place is still available|{places} places are still available", - "Allow all comments": "Allow all comments", "Allow registrations": "Allow registrations", "Anonymous participant": "Anonymous participant", "Anonymous participants will be asked to confirm their participation through e-mail.": "Anonymous participants will be asked to confirm their participation through e-mail.", @@ -785,5 +784,6 @@ "Accessible only to members": "Accessible only to members", "Created by {name}": "Created by {name}", "View all posts": "View all posts", - "Didn't receive the instructions?": "Didn't receive the instructions?" + "Didn't receive the instructions?": "Didn't receive the instructions?", + "Allow all comments from users with accounts": "Allow all comments from logged-in users" } diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index aec91ba3c..484d9352f 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -823,5 +823,6 @@ "{number} posts": "Aucun billet|Un billet|{number} billets", "{profile} (by default)": "{profile} (par défault)", "{title} ({count} todos)": "{title} ({count} todos)", - "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap" + "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap", + "Allow all comments from users with accounts": "Autoriser tous les commentaires d'utilisateur·ices avec des comptes" } diff --git a/js/src/views/Event/Edit.vue b/js/src/views/Event/Edit.vue index 950a435c2..a22f8dc80 100644 --- a/js/src/views/Event/Edit.vue +++ b/js/src/views/Event/Edit.vue @@ -169,7 +169,7 @@ v-model="event.options.commentModeration" name="commentModeration" :native-value="CommentModeration.ALLOW_ALL" - >{{ $t("Allow all comments") }}{{ $t("Allow all comments from users with accounts") }}