diff --git a/AideDeJeu/AideDeJeuLib/Cards/Converters.cs b/AideDeJeu/AideDeJeuLib/Cards/Converters.cs index e627b920..6bbbe660 100644 --- a/AideDeJeu/AideDeJeuLib/Cards/Converters.cs +++ b/AideDeJeu/AideDeJeuLib/Cards/Converters.cs @@ -135,9 +135,10 @@ namespace AideDeJeuLib.Cards { new SubtitleCardContent(spell.LevelType), new RuleCardContent(), - new PropertyCardContent("Temps d'incantation", spell.CastingTime), + new PropertyCardContent("Durée d'incantation", spell.CastingTime), new PropertyCardContent("Portée", spell.Range), - new PropertyCardContent("Composants", spell.Components), + new PropertyCardContent("Composantes", spell.Components), + new PropertyCardContent("Durée", spell.Duration), new RuleCardContent(), //new FillCardContent(1), //new TextCardContent(spell.Description),