From 0496be73b007f96c79731473f6b722089d157523 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 11 Jan 2024 19:19:28 -0700 Subject: [PATCH] Missed a localization string --- langs/en-ca.json | 1 + templates/actors/char-sheet-mvp/panels/spells.pc.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index de76603..dba6bc2 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -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}", diff --git a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs index fc766d7..1ddd8e4 100644 --- a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs +++ b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs @@ -35,7 +35,7 @@ class="confirm" data-embedded-edit="{{spell.uuid}}" > - Edit + {{localize "dotdungeon.actor.pc.spells.edit"}}