Label change

This commit is contained in:
WBHarry 2025-12-20 19:34:28 +01:00
parent 5b8e13421d
commit b491b7c82c
4 changed files with 14 additions and 12 deletions

View file

@ -33,9 +33,9 @@ export default class DHFeature extends BaseDataItem {
identifier: new fields.StringField(),
featureForm: new fields.StringField({
required: true,
initial: "passive",
initial: 'passive',
choices: CONFIG.DH.ITEM.featureForm,
label: "DAGGERHEART.CONFIG.featureForm.label",
label: 'DAGGERHEART.CONFIG.FeatureForm.label'
})
};
}