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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,8 @@ public static class StandardUserErrors
138
138
{ErrorType.EnterpriseConnectFailed,Map(Defaults("Connecting to GitHub Enterprise instance failed","Could not find a GitHub Enterprise instance at '{0}'. Double check the URL and your internet/intranet connection."))},
139
139
{ErrorType.LaunchEnterpriseConnectionFailed,Map(Defaults("Failed to launch the enterprise connection."))},
140
140
{ErrorType.LogFileError,Map(Defaults("Could not open the log file","Could not find or open the log file."))},
141
-
{ErrorType.LoginFailed,Map(Defaults("login failed","Unable to retrieve your user info from the server. A proxy server might be interfering with the request."))},
142
-
{ErrorType.LogoutFailed,Map(Defaults("logout failed","Logout failed. A proxy server might be interfering with the request."))},
141
+
{ErrorType.LoginFailed,Map(Defaults("Login failed","Unable to retrieve your user info from the server. A proxy server might be interfering with the request."))},
142
+
{ErrorType.LogoutFailed,Map(Defaults("Logout failed","Logout failed. A proxy server might be interfering with the request."))},
143
143
{ErrorType.RepoCreationAsPrivateNotAvailableForFreePlan,Map(Defaults("Failed to create private repository","You are currently on a free plan and unable to create private repositories. Either make the repository public or upgrade your account on the website to a plan that allows for private repositories."))},
144
144
{ErrorType.RepoCreationFailed,Map(Defaults("Failed to create repository","An error occurred while creating the repository. You might need to open a shell and debug the state of this repo."))},
145
145
{ErrorType.RepoExistsOnDisk,Map(Defaults("Failed to create repository","A repository named '{0}' exists in the directory\n'{1}'."))},
0 commit comments