From 7500d88e93a83701ea48cd9646e3e0d1329d0263 Mon Sep 17 00:00:00 2001 From: Nicolas Martin Date: Wed, 28 Oct 2020 02:00:02 +0100 Subject: [PATCH] TIL: 'News' is singular --- ui/stash.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/stash.go b/ui/stash.go index e1da5d9..eadce02 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -892,9 +892,6 @@ func stashHeaderView(m stashModel) string { divider = dividerDot } si := common.Subtle(fmt.Sprintf("%d News", newsItems)) - if newsItems == 1 { - si = common.Subtle(fmt.Sprintf("%d New", newsItems)) - } s += fmt.Sprintf("%s%s", divider, si) }