diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml
index b75a6fd14..efa1d6845 100644
--- a/Flow.Launcher/Languages/en.xaml
+++ b/Flow.Launcher/Languages/en.xaml
@@ -367,6 +367,8 @@
See more release notes on GitHub
+ Failed to fetch release notes
+ Please check your network connection or ensure GitHub is accessible
Select File Manager
diff --git a/Flow.Launcher/ReleaseNotesWindow.xaml.cs b/Flow.Launcher/ReleaseNotesWindow.xaml.cs
index 14c4e3609..59646f35a 100644
--- a/Flow.Launcher/ReleaseNotesWindow.xaml.cs
+++ b/Flow.Launcher/ReleaseNotesWindow.xaml.cs
@@ -131,6 +131,9 @@ namespace Flow.Launcher
{
RefreshButton.Visibility = Visibility.Visible;
MarkdownViewer.Visibility = Visibility.Collapsed;
+ App.API.ShowMsgError(
+ App.API.GetTranslation("checkNetworkConnectionTitle"),
+ App.API.GetTranslation("checkNetworkConnectionSubTitle"));
}
else
{