mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rename "My Cup Runneth Over" to "Higher Love". Winwood!
This commit is contained in:
parent
99b1059537
commit
d9080b9d69
@ -34,7 +34,7 @@ class Badge < ActiveRecord::Base
|
|||||||
Admired = 31
|
Admired = 31
|
||||||
|
|
||||||
OutOfLove = 33
|
OutOfLove = 33
|
||||||
MyCupRunnethOver = 34
|
HigherLove = 34
|
||||||
CrazyInLove = 35
|
CrazyInLove = 35
|
||||||
|
|
||||||
ThankYou = 38
|
ThankYou = 38
|
||||||
|
@ -2976,8 +2976,8 @@ en:
|
|||||||
out_of_love:
|
out_of_love:
|
||||||
name: Out of Love
|
name: Out of Love
|
||||||
description: Used the maximum amount of likes in a day
|
description: Used the maximum amount of likes in a day
|
||||||
my_cup_runneth_over:
|
higher_love:
|
||||||
name: My Cup Runneth Over
|
name: Higher Love
|
||||||
description: Used the maximum amount of likes in a day 5 times
|
description: Used the maximum amount of likes in a day 5 times
|
||||||
crazy_in_love:
|
crazy_in_love:
|
||||||
name: Crazy in Love
|
name: Crazy in Love
|
||||||
|
@ -335,7 +335,7 @@ end
|
|||||||
|
|
||||||
[
|
[
|
||||||
[Badge::OutOfLove, "Out of Love", BadgeType::Bronze, 1],
|
[Badge::OutOfLove, "Out of Love", BadgeType::Bronze, 1],
|
||||||
[Badge::MyCupRunnethOver, "My Cup Runneth Over", BadgeType::Silver, 5],
|
[Badge::HigherLove, "Higher Love", BadgeType::Silver, 5],
|
||||||
[Badge::CrazyInLove, "Crazy in Love", BadgeType::Gold, 20],
|
[Badge::CrazyInLove, "Crazy in Love", BadgeType::Gold, 20],
|
||||||
].each do |spec|
|
].each do |spec|
|
||||||
id, name, level, count = spec
|
id, name, level, count = spec
|
||||||
|
Loading…
Reference in New Issue
Block a user