File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Github Notifier </ title >
4
+ < title > Gitify </ title >
5
5
< meta charset ="utf-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< 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(){
95
95
} ) ;
96
96
97
97
app . dock . hide ( ) ;
98
- appIcon . setToolTip ( 'Github Notifications on your menu bar.' ) ;
98
+ appIcon . setToolTip ( 'GitHub Notifications on your menu bar.' ) ;
99
99
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " Github Notifications on your menu bar." ,
4
+ "description" : " GitHub Notifications on your menu bar." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
7
7
"build-js" : " npm run mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ var Login = React.createClass({
87
87
< img className = 'img-responsive logo' src = 'images/github-logo.png' />
88
88
< div className = 'desc' > GitHub notifications in your menu bar.</ div >
89
89
< button className = 'btn btn-default btn-lg btn-block' onClick = { this . authGithub } >
90
- < i className = "fa fa-github" /> Login to Gihub
90
+ < i className = "fa fa-github" /> Log in to GitHub
91
91
</ button >
92
92
</ div >
93
93
</ div >
You can’t perform that action at this time.
0 commit comments