Add identity verification to app #366
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.",
|
||||
amount
|
||||
),
|
||||
featured_download: __(
|
||||
"You earned %s LBC for watching a featured download.",
|
||||
amount
|
||||
),
|
||||
}[type];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue