mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
add message to Inventory/Market (drops) page to explain where quests have gone
This commit is contained in:
parent
0bc5db4885
commit
9ccab259b0
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"quests": "Quests",
|
||||
"quest": "quest",
|
||||
"whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.",
|
||||
"yourQuests": "Your Quests",
|
||||
"questsForSale": "Quests for Sale",
|
||||
"petQuests": "Pet and Mount Quests",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,10 @@
|
|||
ng-click='choosePotion(pot)')
|
||||
.badge.badge-info.stack-count {{points}}
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('quests'))
|
||||
p=env.t('whereAreMyQuests')
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('food') + ' ({{foodCount}})')
|
||||
p.muted(ng-show='foodCount < 1')=env.t('noFood')
|
||||
|
|
@ -42,7 +46,6 @@
|
|||
ng-click='chooseFood(food)')
|
||||
.badge.badge-info.stack-count {{points}}
|
||||
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('special'))
|
||||
mixin specialItem(k)
|
||||
|
|
@ -167,6 +170,10 @@
|
|||
| {{::food.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('quests'))
|
||||
p=env.t('whereAreMyQuests')
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('special'))
|
||||
div
|
||||
|
|
|
|||
Loading…
Reference in a new issue