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) {
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user