mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 14:45:36 +00:00
add missing string for mountNowOwned error message (#8843)
This commit is contained in:
parent
6951b79b95
commit
c1e5d8b573
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@
|
|||
"displayNow": "Display Now",
|
||||
"displayLater": "Display Later",
|
||||
"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!",
|
||||
"feedPet": "Feed <%= article %><%= text %> to your <%= name %>?",
|
||||
"useSaddle": "Saddle <%= pet %>?",
|
||||
|
|
|
|||
|
|
@ -1099,7 +1099,7 @@ api.hatch = {
|
|||
* @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 pet."}
|
||||
* {"success":false,"error":"NotFound","message":"String 'mountNotOwned' not found."}
|
||||
* {"success":false,"error":"NotFound","message":"You do not own this mount."}
|
||||
*
|
||||
*/
|
||||
api.equip = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue