Skip to content

Commit

Permalink
Fix grammar for track maintainers legend
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 28, 2024
1 parent dec692e commit 179d696
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/maintaining/track_maintainers/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

.text-h5.mb-4 Legend
.text-16
.mb-8 Active = Member of track team and their building reputation meets the minimum threshold. Displays the user's Exercism login.
.mb-8 Inctive = Member of track team but their building reputation does not meet the minimum threshold. Displays the user's Exercism login.
.mb-8 Candidates = Not member of track team but their building reputation does not meet the minimum threshold. Displays the user's Exercism login.
.mb-16 Unlinked = Member of track team but no user found linked to that GitHub username. Displays the user's GitHub username.
.mb-8 Active = Member of track team and their building reputation meets the member minimum threshold. Shows the user's Exercism login.
.mb-8 Inctive = Member of track team but their building reputation does not meet the member minimum threshold. Shows the user's Exercism login.
.mb-8 Candidates = Not member of track team but their building reputation meet the candidate minimum threshold. Shows the user's Exercism login.
.mb-16 Unlinked = Member of track team but no user found linked to that GitHub username. Shows the user's GitHub username.
.text-h5.mb-4 Cutoff values used
.text-16
.mb-8 Minimum reputation for member: #{Track::RetrieveMaintainersStatus::MIN_REP_FOR_MEMBER}
Expand Down

0 comments on commit 179d696

Please sign in to comment.