forked from potsda.mn/mobilizon
Specify that only users with account can comment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8ba23c858b
commit
efae6c3510
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue