mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
better copy on max topics/replies in first day
This commit is contained in:
parent
4bd5faba61
commit
6cc63592f7
1 changed files with 2 additions and 2 deletions
|
@ -885,8 +885,8 @@ en:
|
|||
flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and message sent to the user (0 for never)"
|
||||
cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit a post hidden via community flagging"
|
||||
|
||||
max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site"
|
||||
max_replies_in_first_day: "The maximum number of replies a user is allowed to create in their first day on the site"
|
||||
max_topics_in_first_day: "The maximum number of topics a user is allowed to create in the 24 hours period after creating their first post"
|
||||
max_replies_in_first_day: "The maximum number of replies a user is allowed to create in the 24 hour period after creating their first post"
|
||||
|
||||
tl2_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl2 (member) by multiplying with this number"
|
||||
tl3_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl3 (regular) by multiplying with this number"
|
||||
|
|
Loading…
Reference in a new issue