File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ pub async fn update_tray_icon(
5757
5858 if let Some ( window) = app. get_webview_window ( "main" ) {
5959 let title = if !has_repos {
60- "GitHub Alerts - Configure repositories" . to_string ( )
60+ "GitHub Security Alerts - Configure repositories" . to_string ( )
6161 } else if alert_count > 0 {
62- format ! ( "GitHub Alerts - {} alert(s)" , alert_count)
62+ format ! ( "GitHub Security Alerts - {} alert(s)" , alert_count)
6363 } else {
64- "GitHub Alerts" . to_string ( )
64+ "GitHub Security Alerts" . to_string ( )
6565 } ;
6666 let _ = window. set_title ( & title) ;
6767 }
Original file line number Diff line number Diff line change 11< div class ="header ">
22 < div class ="header-left " (click) ="showAlerts() " style ="cursor: pointer ">
33 < i class ="ti ti-shield-half-filled logo "> </ i >
4- < span class ="title "> GitHub Alerts</ span >
4+ < span class ="title "> GitHub Security Alerts</ span >
55 </ div >
66 < div class ="header-right " *ngIf ="authenticated ">
77 < button
You can’t perform that action at this time.
0 commit comments