Improved labels

This commit is contained in:
WBHarry 2026-01-13 10:16:24 +01:00
parent 0d967a2fe4
commit 9a6ff4da6f
3 changed files with 2 additions and 6 deletions

View file

@ -39,9 +39,6 @@ export default class DomainCardSheet extends DHBaseItemSheet {
const context = await super._prepareContext(options);
context.domain = CONFIG.DH.DOMAIN.allDomains()[this.document.system.domain];
context.domainChoices = CONFIG.DH.DOMAIN.orderedDomains();
context.domainTouchedPlaceholder = game.i18n.format('DAGGERHEART.ITEMS.DomainCard.domainTouchedPlaceholder', {
domain: game.i18n.localize(context.domain.label)
});
return context;
}