Skip to content

Commit

Permalink
Clarify automatic bonus display in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Nov 30, 2023
1 parent d206022 commit 92a4b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h6>Automatic Bonuses</h6>
<div class="bonuses-container mt-4">
<ol>
<li *ngFor="let bonus of scoringConfig.possibleBonuses">
{{bonus.description}} ({{ bonus.pointValue }})
{{bonus.description}} ({{ bonus.pointValue }} points)
</li>
</ol>
</div>
Expand Down

0 comments on commit 92a4b83

Please sign in to comment.