Specify that only users with account can comment

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-05 16:42:31 +02:00
parent 8ba23c858b
commit efae6c3510
3 changed files with 5 additions and 4 deletions

View File

@@ -169,7 +169,7 @@
v-model="event.options.commentModeration"
name="commentModeration"
:native-value="CommentModeration.ALLOW_ALL"
>{{ $t("Allow all comments") }}</b-radio
>{{ $t("Allow all comments from users with accounts") }}</b-radio
>
</div>