Rename "Rookie of the Month" to "New User of the Month"

This commit is contained in:
Robin Ward
2017-03-31 16:30:30 -04:00
parent e6f6bd34d8
commit fc7fa4c0ad
5 changed files with 16 additions and 16 deletions

View File

@@ -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