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