mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user