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:
Johannes Meyer 2015-07-10 15:17:25 +02:00
parent 3091b8cf5c
commit 831581471c
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
$removeAllLink,
null,
array(
'icon' => 'trash',
'title' => $this->translate('Remove all selected downtimes.')
'icon' => 'trash'
)
) ?>
</div>