mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rename "Rookie of the Month" to "New User of the Month"
This commit is contained in:
@@ -402,8 +402,8 @@ Badge.seed do |b|
|
||||
end
|
||||
|
||||
Badge.seed do |b|
|
||||
b.id = Badge::RookieOfTheMonth
|
||||
b.name = "Rookie of the Month"
|
||||
b.id = Badge::NewUserOfTheMonth
|
||||
b.name = "New User of the Month"
|
||||
b.badge_type_id = BadgeType::Bronze
|
||||
b.multiple_grant = false
|
||||
b.target_posts = false
|
||||
|
||||
Reference in New Issue
Block a user