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:
@@ -211,7 +211,7 @@ export const MOURNBLADECYD2_CONFIG = {
|
|||||||
},
|
},
|
||||||
optionsUseTalent: [
|
optionsUseTalent: [
|
||||||
{ key: "permanent", label: "Permanent" },
|
{ 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: "scenario", label: "Une fois par scénario" },
|
||||||
{ key: "jour", label: "Une fois par jour" },
|
{ key: "jour", label: "Une fois par jour" },
|
||||||
{ key: "unique", label: "Unique" }
|
{ key: "unique", label: "Unique" }
|
||||||
|
|||||||
Reference in New Issue
Block a user