mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
fix copy around coldmapping, increase defaults
This commit is contained in:
parent
8c9cee6fe3
commit
47360eddf4
|
@ -1018,9 +1018,9 @@ en:
|
|||
topic_views_heat_medium: "After this many views, the views field is moderately highlighted."
|
||||
topic_views_heat_high: "After this many views, the views field is strongly highlighted."
|
||||
|
||||
cold_age_days_low: "After this many days of conversation, the last activity date is slightly highlighted."
|
||||
cold_age_days_medium: "After this many days of conversation, the last activity date is moderately highlighted."
|
||||
cold_age_days_high: "After this many days of conversation, the last activity date is strongly highlighted."
|
||||
cold_age_days_low: "After this many days of conversation, the last activity date is slightly dimmed."
|
||||
cold_age_days_medium: "After this many days of conversation, the last activity date is moderately dimmed."
|
||||
cold_age_days_high: "After this many days of conversation, the last activity date is strongly dimmed."
|
||||
|
||||
history_hours_low: "A post edited within this many hours has the edit indicator slightly highlighted"
|
||||
history_hours_medium: "A post edited within this many hours has the edit indicator moderately highlighted."
|
||||
|
|
|
@ -846,10 +846,10 @@ uncategorized:
|
|||
default: 14
|
||||
cold_age_days_medium:
|
||||
client: true
|
||||
default: 60
|
||||
default: 90
|
||||
cold_age_days_high:
|
||||
client: true
|
||||
default: 120
|
||||
default: 180
|
||||
|
||||
# Warnings
|
||||
educate_until_posts: 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user