Missed a localization string
This commit is contained in:
parent
7381a2a7fe
commit
0496be73b0
2 changed files with 2 additions and 1 deletions
|
|
@ -177,6 +177,7 @@
|
|||
},
|
||||
"spells": {
|
||||
"empty": "You have no spells yet",
|
||||
"edit": "Edit",
|
||||
"title.cost": "(Cost: {cost})",
|
||||
"name.label": "Name",
|
||||
"skill.label": "Spell Skill: {skill}",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
class="confirm"
|
||||
data-embedded-edit="{{spell.uuid}}"
|
||||
>
|
||||
Edit
|
||||
{{localize "dotdungeon.actor.pc.spells.edit"}}
|
||||
</button>
|
||||
<button
|
||||
class="neutral equal-padding"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue