From 5d3713008dc3041f63b23b22196e1ed79fab45bd Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Wed, 8 Jan 2025 14:39:27 -0600 Subject: [PATCH] fix(text): pet Pet --- website/client/src/components/shared/inventoryDrawer.vue | 2 +- website/common/locales/en/pets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/shared/inventoryDrawer.vue b/website/client/src/components/shared/inventoryDrawer.vue index 0911eca0114..f28abe7dc8e 100644 --- a/website/client/src/components/shared/inventoryDrawer.vue +++ b/website/client/src/components/shared/inventoryDrawer.vue @@ -34,7 +34,7 @@ href="/static/faq#pet-foods" target="_blank" > - {{ $t('petLikeToEat') + ' ' }} + {{ $t('petLikeToEat') }} diff --git a/website/common/locales/en/pets.json b/website/common/locales/en/pets.json index 0a899cf4472..e3f4d12ce83 100644 --- a/website/common/locales/en/pets.json +++ b/website/common/locales/en/pets.json @@ -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:
https://habitica.com/static/faq#pet-foods", "filterByStandard": "Standard", "filterByMagicPotion": "Magic Potion",