mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
anniversary is silver
added copy
This commit is contained in:
parent
b041b3f67f
commit
1aa1e30e88
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue