relax trust level 1 promotion a bit

This commit is contained in:
Jeff Atwood 2014-05-29 15:44:27 -07:00
parent 98deb5ff41
commit a963941ebb
2 changed files with 3 additions and 3 deletions

View File

@ -446,7 +446,7 @@ en:
read_only_mode:
enabled: "An administrator enabled read-only mode. You can continue to browse the site but interactions may not work."
login_disabled: "Login is disabled while the site is in read only mode."
too_few_topics_notice: "Create at least 5 public topics and 50 public posts to get discussion started. New users will not be able to earn trust levels unless there's content for them to read."
too_few_topics_notice: "Create at least 5 public topics and 30 public posts to get discussion started. New users will not be able to earn trust levels unless there's content for them to read."
learn_more: "learn more..."

View File

@ -347,8 +347,8 @@ trust:
default: 0
enum: 'MinTrustToCreateTopicSetting'
basic_requires_topics_entered: 5
basic_requires_read_posts: 50
basic_requires_time_spent_mins: 15
basic_requires_read_posts: 30
basic_requires_time_spent_mins: 10
regular_requires_topics_entered: 20
regular_requires_read_posts: 100
regular_requires_time_spent_mins: 60