Skip to content

Commit

Permalink
Improve help text phrasing in league points view
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jun 30, 2024
1 parent 86e369c commit a31bfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/League/PointsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<div v-if="discardWorstGamesCount > 1" class="text-center max-width-300">
{{ discardWorstGamesCount }} worst races get discarded over time.
<template v-if="rankingMultiplier > 0">
Only {{ discardPercentage }} of this game currently counts
towards the leaderboard ranking.
Only {{ discardPercentage }} of points from this game currently
count towards the leaderboard ranking.
</template>
<template v-else>
This game does not count towards the leaderboard.
Expand Down

0 comments on commit a31bfd3

Please sign in to comment.