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,
|
$removeAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'trash',
|
'icon' => 'trash'
|
||||||
'title' => $this->translate('Remove all selected downtimes.')
|
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue