diff --git a/XIVSlothCombo/Combos/CustomComboPreset.cs b/XIVSlothCombo/Combos/CustomComboPreset.cs index 09c6e66e2..1d3c6260e 100644 --- a/XIVSlothCombo/Combos/CustomComboPreset.cs +++ b/XIVSlothCombo/Combos/CustomComboPreset.cs @@ -2275,12 +2275,12 @@ public enum CustomComboPreset [ConflictingCombos(PLD_ST_AdvancedMode)] [ReplaceSkill(PLD.FastBlade)] - [CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 0)] + [CustomComboInfo("Simple Mode - Single Target", $"Replaces Fast Blade with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 0)] PLD_ST_SimpleMode = 11000, [ConflictingCombos(PLD_AoE_AdvancedMode)] [ReplaceSkill(PLD.TotalEclipse)] - [CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is ideal option for newcomers to the job.", PLD.JobID, 1)] + [CustomComboInfo("Simple Mode - AoE", $"Replaces Total Eclipse with an all-in-one button rotation.\nThis is the ideal option for newcomers to the job.", PLD.JobID, 1)] PLD_AoE_SimpleMode = 11001, // ST Advanced Mode