Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6b45c99

Browse files
committed
Add a dot.
1 parent 53abd60 commit 6b45c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/Helpers/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal static class Constants
99

1010
public const string Notification_RepoCreated = "[{0}](u:{1}) has been successfully created.";
1111
public const string Notification_RepoCloned = "[{0}](u:{1}) has been successfully cloned.";
12-
public const string Notification_CreateNewProject = "[Create a new project or solution](c:{0})";
13-
public const string Notification_OpenProject = "[Open an existing project or solution](o:{0})";
12+
public const string Notification_CreateNewProject = "[Create a new project or solution](c:{0}).";
13+
public const string Notification_OpenProject = "[Open an existing project or solution](o:{0}).";
1414
}
1515
}

0 commit comments

Comments
 (0)