diff --git a/bemani/frontend/static/controllers/museca/allplayers.react.js b/bemani/frontend/static/controllers/museca/allplayers.react.js index e013619..952925f 100644 --- a/bemani/frontend/static/controllers/museca/allplayers.react.js +++ b/bemani/frontend/static/controllers/museca/allplayers.react.js @@ -57,7 +57,7 @@ var all_players = React.createClass({ }.bind(this), }, { - name: 'Play Count', + name: 'Total Rounds', render: function(userid) { var player = this.state.players[userid]; return player.plays;