We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b19cf + acd631b commit 4a2e6dbCopy full SHA for 4a2e6db
Flow.Launcher.Core/Updater.cs
@@ -88,7 +88,7 @@ public async Task UpdateApp(IPublicAPI api, bool silentUpdate = true)
88
catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException)
89
{
90
Log.Exception($"|Updater.UpdateApp|Check your connection and proxy settings to github-cloud.s3.amazonaws.com.", e);
91
- api.ShowMsg("Update Fail!", "Check your connection and proxy settings to github-cloud.s3.amazonaws.com.");
+ api.ShowMsg("Update Failed", "Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.");
92
return;
93
}
94
0 commit comments