Fix: Correction orthographique 'scéance' → 'séance' dans optionsUseTalent

- 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 <vibe@mistral.ai>
This commit is contained in:
2026-06-07 18:27:58 +02:00
parent fc1be1513a
commit 29e9230422
+1 -1
View File
@@ -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" }