From e1d108168b64befd26c0b307b18e72b9479f83eb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 14 Nov 2023 20:24:34 +0200 Subject: [PATCH] fix msg --- upgrades/8.1/scripts/AfterUpgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrades/8.1/scripts/AfterUpgrade.php b/upgrades/8.1/scripts/AfterUpgrade.php index 030a768aa9..e50402caee 100644 --- a/upgrades/8.1/scripts/AfterUpgrade.php +++ b/upgrades/8.1/scripts/AfterUpgrade.php @@ -51,7 +51,7 @@ class AfterUpgrade if (php_sapi_name() === 'cli') { echo "Important. The 'Tcpdf' PDF engine has been removed from EspoCRM. " . "Now PDF printing is handled by the 'Dompdf' engine. " . - "If you would like to continue using the 'Tcpdf', download and install a free extension: {link}. " . + "If you would like to continue using the 'Tcpdf', download and install the free extension: {link}. " . "After that, set 'Tcpdf' at Administration > Settings > PDF Engine."; } }