forked from public/foundryvtt-reve-de-dragon
Correction titre des fenêtres Item
This commit is contained in:
@ -42,7 +42,7 @@ export class Misc {
|
||||
}
|
||||
|
||||
static typeName(type, subType) {
|
||||
return subType ? game.i18n.localize(`${type.toUpperCase()}.Type${Misc.upperFirst(subType)}`)
|
||||
return subType ? game.i18n.localize(`TYPES.${type}.${Misc.upperFirst(subType)}`)
|
||||
: '';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user