Merge pull request #2762 from tobiasvdk/bugfix/correct-hover-text-for-handled-services-2656

Correct hover text of the status bar
This commit is contained in:
Eric Lippmann 2017-03-28 10:08:03 +02:00
commit e134b165f4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $stateBadges
), ),
'List %u handled service that is currently in state CRITICAL', 'List %u handled service that is currently in state CRITICAL',
'List %u handled services which are currently in state CRITICAL', 'List %u handled services which are currently in state CRITICAL',
array($stats->services_critical_unhandled) array($stats->services_critical_handled)
) )
->add( ->add(
StateBadges::STATE_UNKNOWN, StateBadges::STATE_UNKNOWN,