DEV: Update /locales/server.en.yml text for max_consecutive_replies. (#22603)

This commit is contained in:
Mark Doerr 2023-07-13 13:05:13 -07:00 committed by GitHub
parent 4d62c49e20
commit ac6f2f0d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1970,7 +1970,7 @@ en:
title_min_entropy: "The minimum entropy (unique characters, non-english count for more) required for a topic title."
body_min_entropy: "The minimum entropy (unique characters, non-english count for more) required for a post body."
allow_uppercase_posts: "Allow all caps in a topic title or a post body."
max_consecutive_replies: "Number of posts a user has to make in a row in a topic before being prevented from adding another reply."
max_consecutive_replies: "Number of posts in a row a user can make in a topic before being prevented from adding another reply. This limit does not apply to the topic owner, site staff, or category moderators."
enable_filtered_replies_view: '"(n) replies" button collapses all other posts and only shows the current post and its replies.'
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants <a href='https://daringfireball.net/projects/smartypants/' target='_blank'>https://daringfireball.net/projects/smartypants/</a>"