mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
anniversary is silver
added copy
This commit is contained in:
parent
b041b3f67f
commit
1aa1e30e88
@ -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…
x
Reference in New Issue
Block a user