Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #122 from zooniverse/hello
Browse files Browse the repository at this point in the history
Use upper-case 'H' for 'Hello' message
  • Loading branch information
saschaishikawa authored Aug 11, 2016
2 parents 045ec6c + 75af973 commit e7482b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<li ng-if="user" class="user">
<div class="text">
<span ng-bind="'hello, '"></span>
<span ng-bind="'Hello, '"></span>
<strong ng-bind="user.display_name"></strong>
<a class="logout" href="#" ng-click="$event.preventDefault(); signOut()">Log out</a>
</div>
Expand Down

0 comments on commit e7482b7

Please sign in to comment.