fix: clé de localisation noTarotCards (Notifications -> Label)

This commit is contained in:
2026-07-10 23:43:32 +02:00
parent 95f6dc6275
commit e77b9104b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export default class HamalronTirageTarot extends Roll {
static async promptEpreuve(actor) { static async promptEpreuve(actor) {
const tarotCards = actor.items.filter(i => i.type === "tarot") const tarotCards = actor.items.filter(i => i.type === "tarot")
if (tarotCards.length === 0) { if (tarotCards.length === 0) {
ui.notifications.warn(game.i18n.localize("HAMALRON.Notifications.noTarotCards")) ui.notifications.warn(game.i18n.localize("HAMALRON.Label.noTarotCards"))
return return
} }
+1 -1
View File
@@ -56,7 +56,7 @@
</div> </div>
{{/each}} {{/each}}
{{else}} {{else}}
<p>{{localize "HAMALRON.Notifications.noTarotCards"}}</p> <p>{{localize "HAMALRON.Label.noTarotCards"}}</p>
{{/if}} {{/if}}
</div> </div>
</fieldSet> </fieldSet>