From 20c313af96abdf764a6b07b741d7bf187b25ef92 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sat, 8 Oct 2022 02:26:46 +0000 Subject: [PATCH] Fix total rounds display for museca forgotten in last commit. --- bemani/frontend/static/controllers/museca/allplayers.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;