downtimes/show.phtml: Drop redundant link title
Such a title has not any advantage as it contains the same content as the link label.
This commit is contained in:
parent
3091b8cf5c
commit
831581471c
|
@ -17,8 +17,7 @@
|
|||
$removeAllLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'trash',
|
||||
'title' => $this->translate('Remove all selected downtimes.')
|
||||
'icon' => 'trash'
|
||||
)
|
||||
) ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue