Skip to content

Commit 09bb647

Browse files
committed
fix: change wording
1 parent 96fb974 commit 09bb647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/home.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</div>
6161
<div class="card-body p-0">
6262
<p class="p-4 pb-0 mb-0"><b>{{ rankingType.description | striptags(true) | escape | nl2br }}</b></p>
63-
<p class="p-4 pt-0 mb-0"><small>Bonus points awarded this season to #1: {{ rankingType.bonus_points | thousands }} total ({{ (rankingType.bonus_points / 168) | round(0, 'floor') }} points/hour during the final week)</small></p>
63+
<p class="p-4 pt-0 mb-0"><small>Bonus points awarded to #1: {{ rankingType.bonus_points | thousands }} total ({{ (rankingType.bonus_points / 168) | round(0, 'floor') }} points/hour during the final week)</small></p>
6464
<table class="table coalition-colored mb-0">
6565
<tbody>
6666
{% for ranking in rankings[rankingType.type] %}

0 commit comments

Comments
 (0)