monitoring: Read "List all services" rather than "show all services"
This commit is contained in:
parent
9bd3fc90f7
commit
6007cc7f7b
|
@ -30,7 +30,7 @@ $i = 0;
|
|||
<div class="hbox-item multi-commands">
|
||||
<?php if ($i > 5): ?>
|
||||
<?= $this->qlink(
|
||||
sprintf($this->translate('show all %d services'), $i),
|
||||
sprintf($this->translate('List all %d services'), $i),
|
||||
$listAllLink,
|
||||
null,
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue