Skip to content

Commit

Permalink
[ENG-619] Correct nomenclature.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathdutton committed Feb 18, 2019
1 parent f22e280 commit f2ef211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Command/HealthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
6 changes: 3 additions & 3 deletions Translations/en_US/messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f2ef211

Please sign in to comment.