diff --git a/website/client/components/inventory/stable/index.vue b/website/client/components/inventory/stable/index.vue
index 49f14c5a12..5d669b3c02 100644
--- a/website/client/components/inventory/stable/index.vue
+++ b/website/client/components/inventory/stable/index.vue
@@ -163,7 +163,7 @@
drawer(
:title="$t('quickInventory')",
- :errorMessage="(!hasDrawerTabItems(selectedDrawerTab)) ? $t('noFoodAvailable') : null"
+ :errorMessage="(!hasDrawerTabItems(selectedDrawerTab)) ? ((selectedDrawerTab === 0) ? $t('noFoodAvailable') : $t('noSaddlesAvailable')) : null"
)
div(slot="drawer-header")
.drawer-tab-container
diff --git a/website/client/components/shops/market/index.vue b/website/client/components/shops/market/index.vue
index ad31d67729..bf0f983e6f 100644
--- a/website/client/components/shops/market/index.vue
+++ b/website/client/components/shops/market/index.vue
@@ -99,6 +99,7 @@
:itemWidth=94,
:itemMargin=24,
:type="'gear'",
+ :noItemsLabel="$t('noGearItemsOfClass')"
)
template(slot="item", scope="ctx")
shopItem(
diff --git a/website/common/locales/en/newClient.json b/website/common/locales/en/newClient.json
index c7217f7186..c5e37ab85a 100644
--- a/website/common/locales/en/newClient.json
+++ b/website/common/locales/en/newClient.json
@@ -55,6 +55,7 @@
"recentActivity": "Recent Activity",
"gearNotOwned": "You do not own this item.",
"noGearItemsOfType": "You don't own any of these.",
+ "noGearItemsOfClass": "You already have all your class equipment! More will be released during the Grand Galas, near the solstices and equinoxes.",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
"habiticaOfficial": "Habitica Official",
@@ -127,7 +128,8 @@
"joinHabitica": "Join Habitica",
"alreadyHaveAccountLogin": "Already have a Habitica account? Log in",
"quickInventory": "Quick Inventory",
- "noFoodAvailable": "You don't have any food.",
+ "noFoodAvailable": "You don't have any Food.",
+ "noSaddlesAvailable": "You don't have any Saddles.",
"gotIt": "Got it!",
"welcomeStable": "Welcome to the Stable!",
"welcomeStableText": "I'm Matt, the Beast Master. Starting at level 3, you can hatch Pets from Eggs by using Potions you find! When you hatch a Pet from your Inventory, it will appear here! Click a Pet's image to add it to your avatar. Feed them here with the Food you find after level 3, and they'll grow into hardy Mounts.",
diff --git a/website/common/locales/en/npc.json b/website/common/locales/en/npc.json
index 595b3d47e2..a01baa2d20 100644
--- a/website/common/locales/en/npc.json
+++ b/website/common/locales/en/npc.json
@@ -66,8 +66,8 @@
"classStats": "These are your class's stats; they affect the game-play. Each time you level up, you get one point to allocate to a particular stat. Hover over each stat for more information.",
"autoAllocate": "Auto Allocate",
"autoAllocateText": "If 'automatic allocation' is checked, your avatar gains stats automatically based on your tasks' attributes, which you can find in TASK > Edit > Advanced > Attributes. Eg, if you hit the gym often, and your 'Gym' Daily is set to 'Strength', you'll gain Strength automatically.",
- "spells": "Spells",
- "spellsText": "You can now unlock class-specific spells. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed To-Do.",
+ "spells": "Skills",
+ "spellsText": "You can now unlock class-specific skills. You'll see your first at level 11. Your mana replenishes 10 points per day, plus 1 point per completed To-Do.",
"toDo": "To-Do",
"moreClass": "For more information on the class-system, see Wikia.",