mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix the missing translation keys (#1133)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
1b9defe4ad
commit
3c893df175
1 changed files with 3 additions and 3 deletions
|
|
@ -574,17 +574,17 @@ export const abilityCosts = {
|
|||
},
|
||||
hope: {
|
||||
id: 'hope',
|
||||
label: 'Hope',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.hope.name',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
armor: {
|
||||
id: 'armor',
|
||||
label: 'Armor Slot',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.armor.name',
|
||||
group: 'TYPES.Actor.character'
|
||||
},
|
||||
fear: {
|
||||
id: 'fear',
|
||||
label: 'Fear',
|
||||
label: 'DAGGERHEART.CONFIG.HealingType.fear.name',
|
||||
group: 'TYPES.Actor.adversary'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue