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": {
|
"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}",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue