mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
pets: rename food to hatching powder
This commit is contained in:
parent
903f2b17c6
commit
0253815625
1 changed files with 2 additions and 2 deletions
|
|
@ -52,9 +52,9 @@
|
|||
</li>
|
||||
<li class="customize-menu">
|
||||
{#if not(_user.items.food)}
|
||||
<p>You don't have any food yet.</p>
|
||||
<p>You don't have any hatching powder yet.</p>
|
||||
{/if}
|
||||
<menu label="Food" class='food-menu'>
|
||||
<menu label="Hatching Powder" class='food-menu'>
|
||||
{#each _user.items.food as :food}
|
||||
<div>
|
||||
<button rel=tooltip title="{:food}" class="customize-option Pet_Food_{{:food}}" x-bind="click: chooseFood"></button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue