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.
1 parent cbfa3f3 commit acd631bCopy full SHA for acd631b
Flow.Launcher.Core/Updater.cs
@@ -89,7 +89,7 @@ public async Task UpdateApp(IPublicAPI api, bool silentUpdate = true)
89
catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException)
90
{
91
Log.Exception($"|Updater.UpdateApp|Check your connection and proxy settings to github-cloud.s3.amazonaws.com.", e);
92
- 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.");
93
return;
94
}
95
0 commit comments