monitoring: Use display names for the aria-label in the service grid

refs #9538
This commit is contained in:
Eric Lippmann 2015-08-19 12:48:28 +02:00
parent 0c43e4a36b
commit 1741a4f10b
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ foreach ($serviceDescriptions as $service_description): ?>
'title' => $this->escape($service->service_output),
'aria-label' => sprintf(
$this->translate('Show detailed information for service %s on host %s'),
$service->service_description,
$service->host_name
$service->service_display_name,
$service->host_display_name
)
)
); ?>