You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/GitHub.App/Services/StandardUserErrors.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public enum ErrorType
25
25
CannotDropFolder,
26
26
CannotDropFolderUnauthorizedAccess,
27
27
ClipboardFailed,
28
-
ClonedFailed,
28
+
CloneOrOpenFailed,
29
29
CloneFailedNotLoggedIn,
30
30
CommitCreateFailed,
31
31
CommitRevertFailed,
@@ -123,7 +123,7 @@ public static class StandardUserErrors
123
123
},
124
124
{ErrorType.ClipboardFailed,Map(Defaults("Failed to copy text to the clipboard."))},
125
125
{
126
-
ErrorType.ClonedFailed,Map(Defaults("Failed to clone the repository '{0}'","Email support@github.com if you continue to have problems."),
126
+
ErrorType.CloneOrOpenFailed,Map(Defaults("Failed to clone or open the repository '{0}'","Email support@github.com if you continue to have problems."),
127
127
new[]
128
128
{
129
129
newTranslation(@"fatal: bad config file line (\d+) in (.+)","Failed to clone the repository '{0}'",@"The config file '$2' is corrupted at line $1. You may need to open the file and try to fix any errors."),
0 commit comments