Skip to content

Commit

Permalink
fix overwritten code from clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sing-Li committed Aug 23, 2015
1 parent bddfa1f commit 8d8fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/login/services.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Template.loginServices.helpers
serviceName = 'Meteor'
icon = 'meteor'
when 'github'
serviceName = 'Github'
serviceName = 'GitHub'
icon = 'github-circled'
when 'gitlab'
serviceName = 'Gitlab'
Expand Down

0 comments on commit 8d8fd83

Please sign in to comment.