Skip to content

Commit

Permalink
changed wording for triggered postprocessors
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Dec 23, 2023
1 parent e9395a6 commit c85e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Banking/Matcher/Suggestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function visualize_execution(CRM_Banking_BAO_BankTransaction $btx = null,

// Visualize post processors.
if (!empty($post_processor_results = $engine->visualizePostProcessorResults($this, $btx, $this->_plugin))) {
$visualisation .= '<p>' . E::ts('The following post processors have been executed after processing this suggestion:') . '</p>';
$visualisation .= '<p>' . E::ts('The following post processors have been triggered after processing this suggestion:') . '</p>';
$visualisation .= '<ol>';
foreach ($post_processor_results as $post_processor_result) {
$visualisation .= '<li>' . $post_processor_result . '</li>';
Expand All @@ -330,4 +330,4 @@ public function prepForJson() {
return $this->_blob;
}

}
}

0 comments on commit c85e39c

Please sign in to comment.