2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

rename private to personal

This commit is contained in:
Arpit Jalan 2018-01-31 11:57:50 +05:30
parent 6be536ca50
commit 49424fd798
3 changed files with 4 additions and 4 deletions

View file

@ -39,11 +39,11 @@ Discourse.SiteSettingsOriginal = {
"delete_user_max_post_age":60,
"delete_all_posts_max":15,
"min_post_length":20,
"min_private_message_post_length":10,
"min_personal_message_post_length":10,
"max_post_length":32000,
"min_topic_title_length":15,
"max_topic_title_length":255,
"min_private_message_title_length":2,
"min_personal_message_title_length":2,
"allow_uncategorized_topics":true,
"min_title_similar_length":10,
"edit_history_visible_to_public":true,