Skip to content

Commit

Permalink
graphs.js: capitalize captions
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Mar 30, 2013
1 parent b10cfae commit 398aa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/graphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ function Graph(basepath, type, published) {
this.el.find('h4').text("Swarm");
break;
case 'traffic':
this.el.find('h4').text("Peer traffic");
this.el.find('h4').text("Peer Traffic");
break;
case 'downloads':
this.el.find('h4').text("Complete downloads");
this.el.find('h4').text("Complete Downloads");
break;
}

Expand Down

0 comments on commit 398aa0f

Please sign in to comment.