fix(content): item type handling

This commit is contained in:
Sabe Jones
2016-08-10 05:18:30 +00:00
parent 0d1bff5dda
commit 64c8e4d16d
4 changed files with 5 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ shops.getMarketCategories = function getMarket (user, language) {
categories.push(hatchingPotionsCategory);
let premiumHatchingPotionsCategory = {
identifier: 'magicHatchingPotions',
identifier: 'premiumHatchingPotions',
text: i18n.t('magicHatchingPotions', language),
notes: i18n.t('premiumPotionNoDropExplanation', language),
};