add missing reward text

This commit is contained in:
Jeremy Kauffman 2017-07-20 15:37:25 -04:00
parent ed2cbc0555
commit 8313d06346

View file

@ -30,6 +30,10 @@ function rewardMessage(type, amount) {
"You earned %s LBC for making your first publication.",
amount
),
featured_download: __(
"You earned %s LBC for watching a featured download.",
amount
),
}[type];
}