mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:42:16 +08:00
hide invites_per_page site setting
This commit is contained in:
parent
3b0cbf7013
commit
796a2967af
|
@ -1440,7 +1440,6 @@ en:
|
|||
enable_names: "Show the user's full name on their profile, user card, and emails. Disable to hide full name everywhere."
|
||||
display_name_on_posts: "Show a user's full name on their posts in addition to their @username."
|
||||
show_time_gap_days: "If two posts are made this many days apart, display the time gap in the topic."
|
||||
invites_per_page: "Default invites shown on the user page."
|
||||
short_progress_text_threshold: "After the number of posts in a topic goes above this number, the progress bar will only show the current post number. If you change the progress bar's width, you may need to change this value."
|
||||
default_code_lang: "Default programming language syntax highlighting applied to GitHub code blocks (lang-auto, ruby, python etc.)"
|
||||
warn_reviving_old_topic_age: "When someone starts replying to a topic where the last reply is older than this many days, a warning will be displayed. Disable by setting to 0."
|
||||
|
|
|
@ -373,7 +373,7 @@ users:
|
|||
invites_per_page:
|
||||
client: true
|
||||
default: 40
|
||||
min: 1
|
||||
hidden: true
|
||||
delete_user_max_post_age:
|
||||
client: true
|
||||
default: 60
|
||||
|
|
Loading…
Reference in New Issue
Block a user