Snuck in some localization fixes I noticed

This commit is contained in:
WBHarry 2025-07-07 00:26:52 +02:00
parent 8c83c6cac8
commit 190fb9d8db
7 changed files with 26 additions and 13 deletions

View file

@ -13,7 +13,7 @@ class Countdowns extends HandlebarsApplicationMixin(ApplicationV2) {
}
get title() {
return game.i18n.format('DAGGERHEART.APPLICATIONS.Countdown.Title', {
return game.i18n.format('DAGGERHEART.APPLICATIONS.Countdown.title', {
type: game.i18n.localize(`DAGGERHEART.APPLICATIONS.Countdown.types.${this.basePath}`)
});
}