Improved beastform translation structure

This commit is contained in:
WBHarry 2026-04-12 11:33:49 +02:00
parent 882143c1bb
commit f66088971d
3 changed files with 4 additions and 5 deletions

View file

@ -28,7 +28,8 @@ export default class BeastformField extends fields.SchemaField {
{ 1: game.i18n.localize('DAGGERHEART.GENERAL.Tiers.1') }
);
},
hint: 'DAGGERHEART.ACTIONS.Config.beastform.exactHint'
label: 'DAGGERHEART.ACTIONS.Config.beastform.exact.label',
hint: 'DAGGERHEART.ACTIONS.Config.beastform.exact.hint'
})
})
};