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) }