From 29e9230422486ad517429faab92f63e7db7ee769 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 7 Jun 2026 18:27:58 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Correction=20orthographique=20'sc=C3=A9a?= =?UTF-8?q?nce'=20=E2=86=92=20's=C3=A9ance'=20dans=20optionsUseTalent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Correction de la faute d'orthographe dans l'option d'utilisation des Talents - Avant : 'Une fois par scéance' - Après : 'Une fois par séance' Fichier modifié : mournblade-cyd2-config.js (ligne 214) Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- modules/mournblade-cyd2-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mournblade-cyd2-config.js b/modules/mournblade-cyd2-config.js index 2d68e30..ce1bd6f 100644 --- a/modules/mournblade-cyd2-config.js +++ b/modules/mournblade-cyd2-config.js @@ -211,7 +211,7 @@ export const MOURNBLADECYD2_CONFIG = { }, optionsUseTalent: [ { key: "permanent", label: "Permanent" }, - { key: "sceance", label: "Une fois par scéance" }, + { key: "sceance", label: "Une fois par séance" }, { key: "scenario", label: "Une fois par scénario" }, { key: "jour", label: "Une fois par jour" }, { key: "unique", label: "Unique" }