add missing string for mountNowOwned error message (#8843)

This commit is contained in:
Alys
2017-07-07 06:23:20 +10:00
committed by Sabe Jones
parent 6951b79b95
commit c1e5d8b573
2 changed files with 2 additions and 1 deletions

View File

@@ -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 %>?",

View File

@@ -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 = {