mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 19:42:15 +00:00
add missing gearNotOwned string
This commit is contained in:
parent
30cf4f5a96
commit
8055db2e54
1 changed files with 2 additions and 1 deletions
|
|
@ -168,5 +168,6 @@
|
|||
"hideQuickAllocation": "Hide stat allocation",
|
||||
"quickAllocationLevelPopover": "Each level earns you one point to assign to an attribute of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options found in User -> Stats.",
|
||||
"invalidAttribute": "\"<%= attr %>\" is not a valid attribute.",
|
||||
"notEnoughAttrPoints": "You don't have enough attribute points."
|
||||
"notEnoughAttrPoints": "You don't have enough attribute points.",
|
||||
"gearNotOwned": "You do not own this item.",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue