fix: clé de localisation noTarotCards (Notifications -> Label)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
<p>{{localize "HAMALRON.Notifications.noTarotCards"}}</p>
|
||||
<p>{{localize "HAMALRON.Label.noTarotCards"}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</fieldSet>
|
||||
|
||||
Reference in New Issue
Block a user