From 8313d06346c8154767eaf7a3095fa99ce407c2ef Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 20 Jul 2017 15:37:25 -0400 Subject: [PATCH] add missing reward text --- ui/js/rewards.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/js/rewards.js b/ui/js/rewards.js index 64f8a6f65..fd952032c 100644 --- a/ui/js/rewards.js +++ b/ui/js/rewards.js @@ -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]; }