mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(feeding): "article" already includes a space
This commit is contained in:
parent
07eef7c723
commit
28a744248c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@
|
|||
"firstDrop": "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. You just found a <strong><%= eggText %> Egg</strong>! <%= eggNotes %>",
|
||||
"useGems": "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in <strong>Options > Inventory</strong> to buy one!",
|
||||
"hatchAPot": "Hatch a <%= potion %> <%= egg %>?",
|
||||
"feedPet": "Feed <%= article %> <%= text %> to your <%= name %>?",
|
||||
"feedPet": "Feed <%= article %><%= text %> to your <%= name %>?",
|
||||
"useSaddle": "Saddle <%= pet %>?"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue