mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 01:11:32 +08:00
fix copy around coldmapping, increase defaults
This commit is contained in:
@ -1018,9 +1018,9 @@ en:
|
|||||||
topic_views_heat_medium: "After this many views, the views field is moderately highlighted."
|
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."
|
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_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 highlighted."
|
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 highlighted."
|
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_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."
|
history_hours_medium: "A post edited within this many hours has the edit indicator moderately highlighted."
|
||||||
|
@ -846,10 +846,10 @@ uncategorized:
|
|||||||
default: 14
|
default: 14
|
||||||
cold_age_days_medium:
|
cold_age_days_medium:
|
||||||
client: true
|
client: true
|
||||||
default: 60
|
default: 90
|
||||||
cold_age_days_high:
|
cold_age_days_high:
|
||||||
client: true
|
client: true
|
||||||
default: 120
|
default: 180
|
||||||
|
|
||||||
# Warnings
|
# Warnings
|
||||||
educate_until_posts: 2
|
educate_until_posts: 2
|
||||||
|
Reference in New Issue
Block a user