File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 367367
368368 <!-- Release Notes Window -->
369369 <system : String x : Key =" seeMoreReleaseNotes" >See more release notes on GitHub</system : String >
370+ <system : String x : Key =" checkNetworkConnectionTitle" >Failed to fetch release notes</system : String >
371+ <system : String x : Key =" checkNetworkConnectionSubTitle" >Please check your network connection or ensure GitHub is accessible</system : String >
370372
371373 <!-- FileManager Setting Dialog -->
372374 <system : String x : Key =" fileManagerWindow" >Select File Manager</system : String >
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ private async void RefreshMarkdownViewer()
131131 {
132132 RefreshButton . Visibility = Visibility . Visible ;
133133 MarkdownViewer . Visibility = Visibility . Collapsed ;
134+ App . API . ShowMsgError (
135+ App . API . GetTranslation ( "checkNetworkConnectionTitle" ) ,
136+ App . API . GetTranslation ( "checkNetworkConnectionSubTitle" ) ) ;
134137 }
135138 else
136139 {
You can’t perform that action at this time.
0 commit comments