Fixed text of check-in prize when it is a set of backgrounds (#8599)

* Fixed text of check-in prize when it is a set of backgrounds

* Use existing i18n string for BGs name

* Added user.preferences.language as second parameter
This commit is contained in:
Mateus Etto
2017-04-17 01:39:05 -03:00
committed by Alys
parent bd6f901ccf
commit d9f48dcbb0
2 changed files with 7 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ module.exports = function getLoginIncentives (api) {
2: {
rewardKey: ['background_purple'],
reward: [api.backgrounds.incentiveBackgrounds],
rewardName: 'incentiveBackgrounds', // i18n string
assignReward: function assignReward (user) {
user.purchased.background.blue = true;
user.purchased.background.green = true;