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 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > Github Notifier </ title >
4+ < title > Gitify </ 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" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ var Login = React.createClass({
8787 < img className = 'img-responsive logo' src = 'images/github-logo.png' />
8888 < div className = 'desc' > GitHub notifications in your menu bar.</ div >
8989 < 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
9191 </ button >
9292 </ div >
9393 </ div >
You can’t perform that action at this time.
0 commit comments