CheckCommandsDashlet: text for all command types

This commit is contained in:
Thomas Gelf 2017-07-20 17:22:45 +02:00
parent 5d780218bb
commit 5e9effc697

View File

@ -9,14 +9,14 @@ class CheckCommandsDashlet extends Dashlet
public function getSummary()
{
return $this->translate(
'Check Commands are executed every time a Host or Service check has'
. ' to be run'
'Manage definitions for your Commands that should be executed as'
. ' Check Plugins, Notifications or based on Events'
);
}
public function getTitle()
{
return $this->translate('Check Commands');
return $this->translate('Commands');
}
public function listRequiredPermissions()