mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
fix(merge): missing string
This commit is contained in:
parent
fbfe35b4eb
commit
9d645c1c2e
1 changed files with 2 additions and 1 deletions
|
|
@ -75,5 +75,6 @@
|
|||
"challengeTasksNoCast": "Casting a skill on challenge tasks is not allowed.",
|
||||
"groupTasksNoCast": "Casting a skill on group tasks is not allowed.",
|
||||
"spellNotOwned": "You don't own this skill.",
|
||||
"spellLevelTooHigh": "You must be level <%- level %> to use this skill."
|
||||
"spellLevelTooHigh": "You must be level <%- level %> to use this skill.",
|
||||
"spellAlreadyCast": "You've cast this skill already. It won't have any additional effect."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue