Skip to content

Commit 4a2e6db

Browse files
committed
Merge branch 'InformUserWhenUpdateFail' of github.com:taooceros/Flow.Launcher into InformUserWhenUpdateFail
2 parents 12b19cf + acd631b commit 4a2e6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Updater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public async Task UpdateApp(IPublicAPI api, bool silentUpdate = true)
8888
catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException)
8989
{
9090
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.");
91+
api.ShowMsg("Update Failed", "Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.");
9292
return;
9393
}
9494
}

0 commit comments

Comments
 (0)