UX: Update "education.dominating_topic" and raise default percentage (#19154)

See /t/82396
This commit is contained in:
Gerhard Schlager 2022-11-22 21:11:53 +01:00 committed by GitHub
parent f895f27b02
commit c75b6cd999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -542,7 +542,7 @@ en:
Its easier for everyone to read topics that have fewer in-depth replies versus lots of small, individual replies.
dominating_topic: Youve posted more than %{percent}% of the replies here; may we suggest you give other people an opportunity to chime in?
dominating_topic: Youve posted a lot in this topic! Consider giving others an opportunity to reply here and discuss things with each other as well.
get_a_room: Youve replied to @%{reply_username} %{count} times, did you know you could send them a personal message instead?

View File

@ -2311,7 +2311,7 @@ uncategorized:
educate_until_posts: 2
sequential_replies_threshold: 2
get_a_room_threshold: 3
dominating_topic_minimum_percent: 20
dominating_topic_minimum_percent: 40
disable_avatar_education_message: false
pm_warn_user_last_seen_months_ago: 24

View File

@ -145,7 +145,7 @@ class ComposerMessagesFinder
templateName: 'dominating-topic',
wait_for_typing: true,
extraClass: 'education-message dominating-topic-message',
body: PrettyText.cook(I18n.t('education.dominating_topic', percent: (ratio * 100).round))
body: PrettyText.cook(I18n.t('education.dominating_topic'))
}
end