Skip to content

Commit 14242a4

Browse files
Update webapp/templates/partials/scoreboard_table.html.twig
Co-authored-by: Jaap Eldering <[email protected]>
1 parent 2c792f2 commit 14242a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
{% for problem in problems %}
513513
{% embed 'partials/modal.html.twig' with {'modalId': 'team-submissions-modal-' ~ score.team.teamid ~ '-' ~ problem.probid} %}
514514
{% block title %}
515-
Submissions for team {{ score.team.effectiveName }} and problem {{ problem | problemBadge }} {{ problem.problem.name }}
515+
Submissions for team {{ score.team.effectiveName }} on problem {{ problem | problemBadge }} {{ problem.problem.name }}
516516
{% endblock %}
517517
{% block content %}
518518
{% include 'public/partials/submission_list.html.twig' with {size: 6, team: score.team, submissions: submissionsPerTeamAndProblem[score.team.teamid][problem.probid] ?? []} %}

0 commit comments

Comments
 (0)