Renderer: specify total number of nodes with "Node"

This commit is contained in:
Florian Strohmaier 2022-01-13 15:36:11 +01:00
parent 595c4a5cb3
commit 2d299f73b9

View file

@ -145,16 +145,9 @@ abstract class Renderer extends HtmlDocument
[
'class' => [
'item-count',
],
'title' => sprintf('%u %s', $totalChildren, mtp(
'businessprocess',
'Child',
'Children',
$totalChildren,
'businessprocess.nodes'
))
]
],
$totalChildren
sprintf(mtp('businessprocess', '%u Child', '%u Children', $totalChildren), $totalChildren)
);
$elements[] = array_filter([