diff options
Diffstat (limited to 'pages/memberlist.php')
-rw-r--r-- | pages/memberlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/memberlist.php b/pages/memberlist.php index 9c0f3ce..d75982e 100644 --- a/pages/memberlist.php +++ b/pages/memberlist.php @@ -86,8 +86,8 @@ $cat['Mazes']['title'] = 'Total Mazes Played'; $cat['Moves']['c'] = 'totalMoves';
$cat['Moves']['title'] = 'Total Moves Mazed';
-$cat['This Week']['c'] = 'totalMovesThisWeek';
-$cat['This Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
+$cat['Past Week']['c'] = 'totalMovesThisWeek';
+$cat['Past Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
$cat['Wins']['c'] = 'totalWins';
$cat['Wins']['title'] = 'Total Wins (Champion)';
|