anniversary is silver

added copy
This commit is contained in:
Sam 2015-02-19 11:17:30 +11:00
parent b041b3f67f
commit 1aa1e30e88
2 changed files with 5 additions and 2 deletions

View file

@ -2354,6 +2354,9 @@ en:
autobiographer:
name: Autobiographer
description: Filled user <a href="/my/preferences">profile</a> information
anniversary:
name: Anniversary
description: Active member for a year, posted at least once
nice_post:
name: Nice Post
description: Received 10 likes on a post. This badge can be granted multiple times

View file

@ -240,8 +240,8 @@ end
Badge.seed do |b|
b.id = Badge::OneYearAnniversary
b.default_name = "1 year anniversary"
b.default_icon = "fa-birthday-cake"
b.default_name = "Anniversary"
b.default_icon = "fa-clock-o"
b.badge_type_id = BadgeType::Bronze
b.query = Badge::Queries::OneYearAnniversary
b.default_badge_grouping_id = BadgeGrouping::Community