Skip to content

Commit

Permalink
Clarify phrasing for outgoing&unresponded comments
Browse files Browse the repository at this point in the history
I didn't understand what previous me meant with that old phrasing.
  • Loading branch information
chelmertz committed Jun 19, 2024
1 parent 6891588 commit 8fb1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/points/points.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func StandardPrPoints(pr types.ViewPr, username string) *Points {
}

if pr.ThreadsWaiting > 0 {
points.Remove(10, fmt.Sprintf("We have unresponded comments (%d comments)", pr.ThreadsWaiting))
points.Remove(10, fmt.Sprintf("Someone should respond to our comments (%d comments)", pr.ThreadsWaiting))
}

sort.Slice(points.Reasons, func(i, j int) bool {
Expand Down

0 comments on commit 8fb1dcc

Please sign in to comment.