Missed a localization string

This commit is contained in:
Oliver-Akins 2024-01-11 19:19:28 -07:00
parent 7381a2a7fe
commit 0496be73b0
2 changed files with 2 additions and 1 deletions

View file

@ -177,6 +177,7 @@
}, },
"spells": { "spells": {
"empty": "You have no spells yet", "empty": "You have no spells yet",
"edit": "Edit",
"title.cost": "(Cost: {cost})", "title.cost": "(Cost: {cost})",
"name.label": "Name", "name.label": "Name",
"skill.label": "Spell Skill: {skill}", "skill.label": "Spell Skill: {skill}",

View file

@ -35,7 +35,7 @@
class="confirm" class="confirm"
data-embedded-edit="{{spell.uuid}}" data-embedded-edit="{{spell.uuid}}"
> >
Edit {{localize "dotdungeon.actor.pc.spells.edit"}}
</button> </button>
<button <button
class="neutral equal-padding" class="neutral equal-padding"