mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Snuck in some localization fixes I noticed
This commit is contained in:
parent
8c83c6cac8
commit
190fb9d8db
7 changed files with 26 additions and 13 deletions
|
|
@ -211,7 +211,7 @@ Hooks.on('chatMessage', (_, message) => {
|
|||
}
|
||||
|
||||
const title = traitValue
|
||||
? game.i18n.format('DAGGERHEART.UI.Chat.dualityRoll.abilitychecktitle', {
|
||||
? game.i18n.format('DAGGERHEART.UI.Chat.dualityRoll.abilityCheckTitle', {
|
||||
ability: game.i18n.localize(SYSTEM.ACTOR.abilities[traitValue].label)
|
||||
})
|
||||
: game.i18n.localize('DAGGERHEART.GENERAL.duality');
|
||||
|
|
@ -265,4 +265,4 @@ Hooks.on('renderJournalDirectory', async (tab, html, _, options) => {
|
|||
new NarrativeCountdowns().open();
|
||||
};
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue