mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Typo
This commit is contained in:
@@ -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