diff --git a/Command/HealthCommand.php b/Command/HealthCommand.php index 41f306b..bf09859 100644 --- a/Command/HealthCommand.php +++ b/Command/HealthCommand.php @@ -53,7 +53,7 @@ protected function configure() 'campaign-inactive-delay', null, InputOption::VALUE_OPTIONAL, - 'The maximum number of seconds average allowed for inactive events (the red non-action paths).' + 'The maximum number of seconds average allowed for inactive events (decisions).' ); parent::configure(); diff --git a/Translations/en_US/messages.ini b/Translations/en_US/messages.ini index 0f9420a..e56c091 100644 --- a/Translations/en_US/messages.ini +++ b/Translations/en_US/messages.ini @@ -11,8 +11,8 @@ mautic.health.campaign_kickoff_threshold.tooltip = "The maximum number of second mautic.health.campaign_scheduled_threshold = "Max scheduled event delay" mautic.health.campaign_scheduled_threshold.tooltip = "The maximum number of seconds average allowed for scheduled events (beyond the intended delays)." mautic.health.campaign_inactive_threshold = "Max inactive event delay" -mautic.health.campaign_inactive_threshold.tooltip = "The maximum number of seconds average allowed for inactive events (the red non-action paths)." -mautic.health.statuspage_component_incidents = "Statuspage incedents" -mautic.health.statuspage_component_incidents.tooltip = "In addition to updating component statuses, automatically create/update/close incedents for more detailed information." +mautic.health.campaign_inactive_threshold.tooltip = "The maximum number of seconds average allowed for inactive events (decisions)." +mautic.health.statuspage_component_incidents = "Statuspage incidents" +mautic.health.statuspage_component_incidents.tooltip = "In addition to updating component statuses, automatically create/update/close incidents for more detailed information." mautic.health.kickoff = "Running kickoff checks" mautic.health.scheduled = "Running scheduled checks" \ No newline at end of file