From 796a2967afda172aa6b8c389081eb5a43cb9f43e Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 24 May 2017 11:30:43 +0530 Subject: [PATCH] hide invites_per_page site setting --- config/locales/server.en.yml | 1 - config/site_settings.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4c92e0ef659..0644920b574 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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." diff --git a/config/site_settings.yml b/config/site_settings.yml index edff330522c..76afea633e1 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -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