mirror of
https://github.com/weaveworks/scope.git
synced 2026-09-06 10:17:19 +00:00
Typo
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user