Skip to content

Commit acd631b

Browse files
committed
Change wording
1 parent cbfa3f3 commit acd631b

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
@@ -89,7 +89,7 @@ public async Task UpdateApp(IPublicAPI api, bool silentUpdate = true)
8989
catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException)
9090
{
9191
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.");
92+
api.ShowMsg("Update Failed", "Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.");
9393
return;
9494
}
9595
}

0 commit comments

Comments
 (0)