From 5e52093964873e50fffa1aace6977e214de00a58 Mon Sep 17 00:00:00 2001 From: Dominique Louis Date: Thu, 23 May 2024 09:48:13 +0100 Subject: [PATCH] Remove spurious ) from message --- Source/v2/Meadow.Cli/Strings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/v2/Meadow.Cli/Strings.cs b/Source/v2/Meadow.Cli/Strings.cs index 33be76736..621d12c3d 100644 --- a/Source/v2/Meadow.Cli/Strings.cs +++ b/Source/v2/Meadow.Cli/Strings.cs @@ -98,7 +98,7 @@ public static class ProjectTemplates public const string NoTemplatesFound = "No Meadow project templates found."; public const string InstalledTemplates = "--- Installed Templates ---"; public const string MoreChoicesInstructions = "(Move up and down to reveal more templates)"; - public const string Instructions = "Press {0} to toggle a template or {1} to accept and generate the selected templates)"; + public const string Instructions = "Press {0} to toggle a template or {1} to accept and generate the selected templates"; public const string CreatingProject = "Creating {0} project"; public const string CreatingSln = "Creating sln for selected projects...."; public const string NoTemplateSelected = "No templates selected.";