add referral message type #804
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ function rewardMessage(type, amount) {
|
||||||
amount
|
amount
|
||||||
),
|
),
|
||||||
many_downloads: __(
|
many_downloads: __(
|
||||||
"You earned %s LBC for downloading some of the things.",
|
"You earned %s LBC for downloading a bunch of things.",
|
||||||
amount
|
amount
|
||||||
),
|
),
|
||||||
first_publish: __(
|
first_publish: __(
|
||||||
|
@ -33,6 +33,10 @@ function rewardMessage(type, amount) {
|
||||||
"You earned %s LBC for watching a featured download.",
|
"You earned %s LBC for watching a featured download.",
|
||||||
amount
|
amount
|
||||||
),
|
),
|
||||||
|
referral: __(
|
||||||
|
"You earned %s LBC for referring someone.",
|
||||||
|
amount
|
||||||
|
),
|
||||||
}[type];
|
}[type];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue