typo
authordemeritcowboy <demeritcowboy@hotmail.com>
Tue, 31 Jan 2023 20:20:38 +0000 (15:20 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Tue, 31 Jan 2023 20:20:38 +0000 (15:20 -0500)
CRM/Upgrade/Incremental/php/FiveFiftyNine.php

index c5250703cb0a58054b143869d5bf16bfd751b6e2..b51a50c6af4d172a67a30b28a1714cfe76dfaba0 100644 (file)
@@ -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 .= '<p>' . ts('The handling of invalid smarty template code in mailings, reminders and other automated messages has changed . For details, see <a %1>upgrade notes</a>.',
+        $preUpgradeMessage .= '<p>' . ts('The handling of invalid smarty template code in mailings, reminders and other automated messages has changed. For details, see <a %1>upgrade notes</a>.',
             [1 => 'href="https://docs.civicrm.org/sysadmin/en/latest/upgrade/version-specific/#civicrm-559" target="_blank"']) . '</p>';
       }
     }