add missing reward text
This commit is contained in:
parent
ed2cbc0555
commit
8313d06346
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ function rewardMessage(type, amount) {
|
||||||
"You earned %s LBC for making your first publication.",
|
"You earned %s LBC for making your first publication.",
|
||||||
amount
|
amount
|
||||||
),
|
),
|
||||||
|
featured_download: __(
|
||||||
|
"You earned %s LBC for watching a featured download.",
|
||||||
|
amount
|
||||||
|
),
|
||||||
}[type];
|
}[type];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue