Skip to content

Commit

Permalink
fix(text): pet Pet
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jan 8, 2025
1 parent 3ff5d7a commit 5d37130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/client/src/components/shared/inventoryDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
href="/static/faq#pet-foods"
target="_blank"
>
<span>{{ $t('petLikeToEat') + ' ' }}</span>
<span>{{ $t('petLikeToEat') }}</span>
</a>
</div>
</drawer-header-tabs>
Expand Down
2 changes: 1 addition & 1 deletion website/common/locales/en/pets.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"mountsReleased": "Mounts released",
"welcomeStable": "Welcome to your Pets and Mounts!",
"welcomeStableText": "Welcome to the stable! I’m Matt, the beastmaster. Every time you complete a task, you'll have a random chance at receiving an Egg or a Hatching Potion to hatch Pets. When you hatch a Pet, it will appear here! Click a Pet's image to add it to your Avatar. Feed them with the Pet Food you find and they'll grow into hardy Mounts.",
"petLikeToEat": "What does my pet like to eat?",
"petLikeToEat": "What does my Pet like to eat?",
"petLikeToEatText": "Pets will grow no matter what you feed them, but they'll grow faster if you feed them the one Pet Food that they like best. Experiment to find out the pattern, or see the answers here: <br/> <a href=\"/static/faq#pet-foods\" target=\"_blank\">https://habitica.com/static/faq#pet-foods</a>",
"filterByStandard": "Standard",
"filterByMagicPotion": "Magic Potion",
Expand Down

0 comments on commit 5d37130

Please sign in to comment.