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}}