Add identity verification to app #366

Merged
kauffj merged 15 commits from rewards3 into master 2017-07-25 01:02:40 +02:00
Showing only changes of commit 8313d06346 - Show all commits

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];
}