downtimes-header: We're listing downtimes rather than showing them
This commit is contained in:
parent
006d2cb537
commit
e8f16d112d
|
@ -73,7 +73,7 @@
|
|||
<?php if (count($downtimes) > 5): ?>
|
||||
<p>
|
||||
<?= $this->qlink(
|
||||
sprintf($this->translate('show all %d downtimes'), $i),
|
||||
sprintf($this->translate('List all %d downtimes'), $i),
|
||||
$listAllLink,
|
||||
null,
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue