From 1741a4f10b854f5dc81fdefc23bb98edea026287 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 19 Aug 2015 12:48:28 +0200 Subject: [PATCH] monitoring: Use display names for the aria-label in the service grid refs #9538 --- .../application/views/scripts/list/servicegrid.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/servicegrid.phtml b/modules/monitoring/application/views/scripts/list/servicegrid.phtml index 73fbfe3b5..c2f52db8b 100644 --- a/modules/monitoring/application/views/scripts/list/servicegrid.phtml +++ b/modules/monitoring/application/views/scripts/list/servicegrid.phtml @@ -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 ) ) ); ?>