Skip to content

Commit

Permalink
Remove spurious ) from message
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed May 23, 2024
1 parent 4627573 commit 5e52093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cli/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit 5e52093

Please sign in to comment.