This commit is contained in:
Tom Wilkie
2015-08-19 15:04:56 +00:00
parent 08e1090a65
commit 4bcdfc507f

View File

@@ -344,7 +344,7 @@ func MapCountContainers(n RenderableNode) (RenderableNode, bool) {
if containers == 1 {
n.LabelMinor = "1 container"
} else {
n.LabelMinor = fmt.Sprintf("%d container(s)", containers)
n.LabelMinor = fmt.Sprintf("%d containers", containers)
}
return n, true
}