Skip to content

Commit

Permalink
(NFC) FiveFortySeven - Make text more consistent
Browse files Browse the repository at this point in the history
Match other hpyerlinks
  • Loading branch information
totten committed Mar 17, 2022
1 parent 46289cf commit fd684a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FiveFortySeven.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CRM_Upgrade_Incremental_php_FiveFortySeven extends CRM_Upgrade_Incremental
public function setPreUpgradeMessage(&$preUpgradeMessage, $rev, $currentVer = NULL): void {
if ($rev === '5.47.alpha1' && version_compare($currentVer, '5.47', '<')) {
// Note: This warning should only exist within a few patch releases of 5.47. Do not merge-forward.
$prose = ts('<strong>CiviEvent users may have migration problems with v%1.</strong> CiviEvent users should consider v5.46 instead. <a %2>More information</a>', [
$prose = ts('<strong>CiviEvent users may have migration problems with v%1.</strong> CiviEvent users should consider v5.46 instead. <a %2>(Learn more...)</a>', [
1 => CRM_Utils_System::version(),
2 => 'target="_blank" href="https://civicrm.org/redirect/event-timezone-5.47"',
]);
Expand Down

0 comments on commit fd684a6

Please sign in to comment.