From 5e9effc697207007c5172e4db0f35df1776df05e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 20 Jul 2017 17:22:45 +0200 Subject: [PATCH] CheckCommandsDashlet: text for all command types --- library/Director/Dashboard/Dashlet/CheckCommandsDashlet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Director/Dashboard/Dashlet/CheckCommandsDashlet.php b/library/Director/Dashboard/Dashlet/CheckCommandsDashlet.php index 76138752..65d8c8c7 100644 --- a/library/Director/Dashboard/Dashlet/CheckCommandsDashlet.php +++ b/library/Director/Dashboard/Dashlet/CheckCommandsDashlet.php @@ -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()