mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: Thank you badge had incorrect criteria
This commit is contained in:
parent
577f0e9e4e
commit
b0e23c9f56
2 changed files with 2 additions and 2 deletions
|
@ -2984,7 +2984,7 @@ en:
|
|||
description: Used the maximum amount of likes in a day 20 times
|
||||
thank_you:
|
||||
name: Thank You
|
||||
description: Has at least 6 liked posts and a high like ratio
|
||||
description: Has at least 20 liked posts
|
||||
gives_back:
|
||||
name: Gives Back
|
||||
description: Has at least 100 liked posts and a very high like ratio
|
||||
|
|
|
@ -314,7 +314,7 @@ end
|
|||
|
||||
|
||||
[
|
||||
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 6, 0.50],
|
||||
[Badge::ThankYou, "Thank You", BadgeType::Bronze, 20, 0.00],
|
||||
[Badge::GivesBack, "Gives Back", BadgeType::Silver, 100, 1.0],
|
||||
[Badge::Empathetic, "Empathetic", BadgeType::Gold, 500, 2.0],
|
||||
].each do |spec|
|
||||
|
|
Loading…
Reference in a new issue