mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Label change
This commit is contained in:
parent
5b8e13421d
commit
b491b7c82c
4 changed files with 14 additions and 12 deletions
|
|
@ -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'
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue