mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
add missing string for mountNowOwned error message (#8843)
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
"displayNow": "Display Now",
|
"displayNow": "Display Now",
|
||||||
"displayLater": "Display Later",
|
"displayLater": "Display Later",
|
||||||
"petNotOwned": "You do not own this pet.",
|
"petNotOwned": "You do not own this pet.",
|
||||||
|
"mountNotOwned": "You do not own this mount.",
|
||||||
"earnedCompanion": "With all your productivity, you've earned a new companion. Feed it to make it grow!",
|
"earnedCompanion": "With all your productivity, you've earned a new companion. Feed it to make it grow!",
|
||||||
"feedPet": "Feed <%= article %><%= text %> to your <%= name %>?",
|
"feedPet": "Feed <%= article %><%= text %> to your <%= name %>?",
|
||||||
"useSaddle": "Saddle <%= pet %>?",
|
"useSaddle": "Saddle <%= pet %>?",
|
||||||
|
|||||||
@@ -1099,7 +1099,7 @@ api.hatch = {
|
|||||||
* @apiErrorExample {json} Item not owned or doesn't exist.
|
* @apiErrorExample {json} Item not owned or doesn't exist.
|
||||||
* {"success":false,"error":"NotFound","message":"You do not own this item."}
|
* {"success":false,"error":"NotFound","message":"You do not own this item."}
|
||||||
* {"success":false,"error":"NotFound","message":"You do not own this pet."}
|
* {"success":false,"error":"NotFound","message":"You do not own this pet."}
|
||||||
* {"success":false,"error":"NotFound","message":"String 'mountNotOwned' not found."}
|
* {"success":false,"error":"NotFound","message":"You do not own this mount."}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
api.equip = {
|
api.equip = {
|
||||||
|
|||||||
Reference in New Issue
Block a user