feat(content): Armoire and BGs 2017-08

Also ends the Summer Splash event.
This commit is contained in:
SabreCat
2017-08-03 21:21:12 +00:00
parent f01ca1f9be
commit ab6e77dd9a
32 changed files with 138 additions and 55 deletions

View File

@@ -107,8 +107,8 @@ api.getSeasonalShopItems = {
let resObject = {
identifier: 'seasonalShop',
text: res.t('seasonalShop'),
notes: res.t('seasonalShopSummerText'),
imageName: 'seasonalshop_open',
notes: res.t('seasonalShopClosedText'),
imageName: 'seasonalshop_closed',
categories: shops.getSeasonalShopCategories(user, req.language),
};