{pgettext(
@@ -583,7 +579,7 @@ export function ReportsCenterCMDashboard(): JSX.Element {
- {/* The overall CM voting outcomes */}
+ {/* Group Outcomes: The overall CM voting outcomes */}
{vote_data
? ["overall", "escaping", "stalling", "score_cheating"].map((report_type) => (
@@ -602,7 +598,7 @@ export function ReportsCenterCMDashboard(): JSX.Element {
: "loading..."}
- {/* Moderator view of each CM's vote categories */}
+ {/* Individual Votes: Moderator view of each CM's vote categories */}
- {/* A CM's individual vote categories (My Votes) */}
+ {/* My Votes: A CM's individual vote categories */}
{users_data
? ["overall", "escaping", "stalling", "score_cheating"].map((report_type) => (