mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
downtimes overview: Improve link titles
This commit is contained in:
parent
c90da0378d
commit
d6f756c670
@ -53,7 +53,7 @@ if (count($downtimes) === 0) {
|
||||
array('downtime_id' => $downtime->id),
|
||||
array(
|
||||
'title' => sprintf(
|
||||
$this->translate('Show this downtime\'s details for service %s on host %s'),
|
||||
$this->translate('Show detailed information for this downtime scheduled for service %s on host %s'),
|
||||
$downtime->service_display_name,
|
||||
$downtime->host_display_name
|
||||
),
|
||||
@ -67,7 +67,7 @@ if (count($downtimes) === 0) {
|
||||
array('downtime_id' => $downtime->id),
|
||||
array(
|
||||
'title' => sprintf(
|
||||
$this->translate('Show this donwtime\'s details for host %s'),
|
||||
$this->translate('Show detailed information for this downtime scheduled for host %s'),
|
||||
$downtime->host_display_name
|
||||
),
|
||||
'class' => 'rowaction'
|
||||
|
Loading…
x
Reference in New Issue
Block a user