File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > Github Notifier</ title >
4+ < title > GitHub Notifier</ title >
55 < meta charset ="utf-8 ">
66 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
Original file line number Diff line number Diff line change @@ -95,5 +95,5 @@ app.on('ready', function(){
9595 } ) ;
9696
9797 app . dock . hide ( ) ;
98- appIcon . setToolTip ( 'Github Notifications on your menu bar.' ) ;
98+ appIcon . setToolTip ( 'GitHub Notifications on your menu bar.' ) ;
9999} ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " gitify" ,
33 "version" : " 0.0.1" ,
4- "description" : " Github Notifications on your menu bar." ,
4+ "description" : " GitHub Notifications on your menu bar." ,
55 "main" : " main.js" ,
66 "scripts" : {
77 "build-js" : " npm run mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js" ,
You can’t perform that action at this time.
0 commit comments