From e77b9104b45e0ade16518c70ec2e6db5d45f4e16 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Fri, 10 Jul 2026 23:43:32 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20cl=C3=A9=20de=20localisation=20noTarotCa?= =?UTF-8?q?rds=20(Notifications=20->=20Label)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/documents/tirage-tarot.mjs | 2 +- templates/roll-dialog.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/documents/tirage-tarot.mjs b/module/documents/tirage-tarot.mjs index 425334f..28659aa 100644 --- a/module/documents/tirage-tarot.mjs +++ b/module/documents/tirage-tarot.mjs @@ -94,7 +94,7 @@ export default class HamalronTirageTarot extends Roll { static async promptEpreuve(actor) { const tarotCards = actor.items.filter(i => i.type === "tarot") if (tarotCards.length === 0) { - ui.notifications.warn(game.i18n.localize("HAMALRON.Notifications.noTarotCards")) + ui.notifications.warn(game.i18n.localize("HAMALRON.Label.noTarotCards")) return } diff --git a/templates/roll-dialog.hbs b/templates/roll-dialog.hbs index 5e4775a..e7c9357 100644 --- a/templates/roll-dialog.hbs +++ b/templates/roll-dialog.hbs @@ -56,7 +56,7 @@ {{/each}} {{else}} -

{{localize "HAMALRON.Notifications.noTarotCards"}}

+

{{localize "HAMALRON.Label.noTarotCards"}}

{{/if}}