Skip to content

Commit 6eddb26

Browse files
committed
Fix typo
1 parent 732a359 commit 6eddb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/MatchStateToolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const statusMessage = computed(() => {
7070
<TeamBadge :team="'BLUE'"/>
7171
</div>
7272
<div class="col-grow">
73-
Matching duration: <strong>{{ matchDuration }}</strong>
73+
Match duration: <strong>{{ matchDuration }}</strong>
7474
</div>
7575
</div>
7676
</q-toolbar>

0 commit comments

Comments
 (0)