From c5c0a84d28ca2b2928e7f0f8c4569e038a859c6c Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 31 Jan 2023 15:20:38 -0500 Subject: [PATCH] typo --- CRM/Upgrade/Incremental/php/FiveFiftyNine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FiveFiftyNine.php b/CRM/Upgrade/Incremental/php/FiveFiftyNine.php index c5250703cb..b51a50c6af 100644 --- a/CRM/Upgrade/Incremental/php/FiveFiftyNine.php +++ b/CRM/Upgrade/Incremental/php/FiveFiftyNine.php @@ -24,7 +24,7 @@ class CRM_Upgrade_Incremental_php_FiveFiftyNine extends CRM_Upgrade_Incremental_ public function setPreUpgradeMessage(&$preUpgradeMessage, $rev, $currentVer = NULL): void { if ($rev === '5.59.alpha1') { if (empty(CRM_Core_Config::singleton()->userSystem->is_wordpress)) { - $preUpgradeMessage .= '

' . ts('The handling of invalid smarty template code in mailings, reminders and other automated messages has changed . For details, see upgrade notes.', + $preUpgradeMessage .= '

' . ts('The handling of invalid smarty template code in mailings, reminders and other automated messages has changed. For details, see upgrade notes.', [1 => 'href="https://docs.civicrm.org/sysadmin/en/latest/upgrade/version-specific/#civicrm-559" target="_blank"']) . '

'; } } -- 2.25.1