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
3 changed files with 3 additions and 3 deletions

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