modify Market intro for eggs to clarify that quest eggs don't drop (#8680)

Ref: https://habitica.slack.com/archives/C02RK7DKF/p1491847171061587?thread_ts=1491779437.902223&cid=C02RK7DKF
This commit is contained in:
Alys
2017-04-27 21:10:43 +10:00
committed by GitHub
parent 78816dd4cb
commit 864ca91144
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ shops.getMarketCategories = function getMarket (user, language) {
let eggsCategory = {
identifier: 'eggs',
text: i18n.t('eggs', language),
notes: i18n.t('dropsExplanation', language),
notes: i18n.t('dropsExplanationEggs', language),
};
eggsCategory.items = sortBy(values(content.questEggs)