mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -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:
|
autobiographer:
|
||||||
name: Autobiographer
|
name: Autobiographer
|
||||||
description: Filled user <a href="/my/preferences">profile</a> information
|
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:
|
nice_post:
|
||||||
name: Nice Post
|
name: Nice Post
|
||||||
description: Received 10 likes on a post. This badge can be granted multiple times
|
description: Received 10 likes on a post. This badge can be granted multiple times
|
||||||
|
|
|
@ -240,8 +240,8 @@ end
|
||||||
|
|
||||||
Badge.seed do |b|
|
Badge.seed do |b|
|
||||||
b.id = Badge::OneYearAnniversary
|
b.id = Badge::OneYearAnniversary
|
||||||
b.default_name = "1 year anniversary"
|
b.default_name = "Anniversary"
|
||||||
b.default_icon = "fa-birthday-cake"
|
b.default_icon = "fa-clock-o"
|
||||||
b.badge_type_id = BadgeType::Bronze
|
b.badge_type_id = BadgeType::Bronze
|
||||||
b.query = Badge::Queries::OneYearAnniversary
|
b.query = Badge::Queries::OneYearAnniversary
|
||||||
b.default_badge_grouping_id = BadgeGrouping::Community
|
b.default_badge_grouping_id = BadgeGrouping::Community
|
||||||
|
|
Loading…
Reference in a new issue