mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 19:58:52 +00:00
Remove "yet" from no-food message
Fix pet peeve :trombone:
This commit is contained in:
parent
b6fceaca1b
commit
847f090b7a
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ script(type='text/ng-template', id='partials/options.inventory.stable.pets.html'
|
|||
.PixelPaw-Gold
|
||||
|
||||
.well.food-tray
|
||||
p(ng-show='foodCount < 1') You don't have any food yet.
|
||||
p(ng-show='foodCount < 1') You don't have any food.
|
||||
menu.inventory-list(type='list', ng-if='foodCount > 0')
|
||||
li.customize-menu
|
||||
menu.pets-menu(label='Food')
|
||||
|
|
@ -88,4 +88,4 @@ script(type='text/ng-template', id='partials/options.inventory.stable.pets.html'
|
|||
button.customize-option(popover-append-to-body='true', popover='{{Items.food[food].notes}}', popover-title='{{Items.food[food].text}}', popover-trigger='mouseenter', popover-placement='left', ng-click='chooseFood(food)', class='Pet_Food_{{food}}')
|
||||
.badge.badge-info.stack-count {{points}}
|
||||
// Remove this once we have images in
|
||||
p {{Items.food[food].text}}
|
||||
p {{Items.food[food].text}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue