From 2097907f91afd6095dabf23e8007215c5b583ff5 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 15 Dec 2020 23:39:26 +0100 Subject: [PATCH] =?UTF-8?q?#56=20Afficher=20valeur=20r=C3=A9ussites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/rdd-calendrier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/rdd-calendrier.js b/module/rdd-calendrier.js index 401a08e7..98b47b0c 100644 --- a/module/rdd-calendrier.js +++ b/module/rdd-calendrier.js @@ -281,7 +281,7 @@ export class RdDCalendrier extends Application { } } else { - ui.notifications.warn(, this.data.name + " n'a pas d'heure de naissance, ou elle est incorrecte"); + ui.notifications.warn(this.data.name + " n'a pas d'heure de naissance, ou elle est incorrecte"); } return 0; }