From 8fb1dcc5aee3e018ae8ce7cead8ac77e6950dcd0 Mon Sep 17 00:00:00 2001 From: Calle Helmertz Date: Wed, 19 Jun 2024 11:20:19 +0200 Subject: [PATCH] Clarify phrasing for outgoing&unresponded comments I didn't understand what previous me meant with that old phrasing. --- internal/points/points.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/points/points.go b/internal/points/points.go index c94fdc2..1732ba8 100644 --- a/internal/points/points.go +++ b/internal/points/points.go @@ -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 {