This commit is contained in:
WBHarry 2025-11-15 17:08:26 +01:00
parent 71de639afd
commit 9e7b01e472
3 changed files with 3 additions and 3 deletions

View file

@ -363,7 +363,7 @@ export const typeConfig = {
{
key: 'system.linkedClass',
label: 'Class',
format: linkedClass => linkedClass?.name ?? game.i18n.localize('DAGGERHEART.UI.ItemBrowser.missing')
format: linkedClass => linkedClass?.name ?? 'DAGGERHEART.UI.ItemBrowser.missing'
},
{
key: 'system.spellcastingTrait',