diff --git a/src/PromptConstructor.cs b/src/PromptConstructor.cs index ba42adc..e01d3fa 100644 --- a/src/PromptConstructor.cs +++ b/src/PromptConstructor.cs @@ -28,7 +28,7 @@ static class PromptConstructor public static MultiSelectionPrompt GetScriptPrompt(FileInfo[] files, bool brief) { var prompt = new MultiSelectionPrompt() - .Title("Select a script the scripts to execute:") + .Title("Select the scripts to execute:") .NotRequired() .PageSize(ScriptListSize) .InstructionsText("[grey](Press [blue][/] to toggle a script, [green][/] to accept)[/]")