Merge pull request #804 from lbryio/referral-reward-snackbar
add referral message type
This commit is contained in:
commit
4e2dbede61
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,7 @@ function rewardMessage(type, amount) {
|
|||
amount
|
||||
),
|
||||
many_downloads: __(
|
||||
"You earned %s LBC for downloading some of the things.",
|
||||
"You earned %s LBC for downloading a bunch of things.",
|
||||
amount
|
||||
),
|
||||
first_publish: __(
|
||||
|
@ -33,6 +33,10 @@ function rewardMessage(type, amount) {
|
|||
"You earned %s LBC for watching a featured download.",
|
||||
amount
|
||||
),
|
||||
referral: __(
|
||||
"You earned %s LBC for referring someone.",
|
||||
amount
|
||||
),
|
||||
}[type];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue