From c3b4111d28294d852614695bdf7fc900da6d8105 Mon Sep 17 00:00:00 2001 From: Sid Edwards Date: Tue, 12 Nov 2024 17:33:10 -0700 Subject: [PATCH] Update Constants.php: Change CTA_QUALITY_REVIEW URL - Changed the value of the CTA_QUALITY_REVIEW constant from "https://www.acclaro.com/solutions/language-quality" to "https://www.beyont.com/solutions/" --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index 75cfb00c..f75356fc 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -325,7 +325,7 @@ class Constants ]; const CTA_PROFESSIONAL_TRANSLATION = "https://www.acclaro.com/get-started/translation-quote/?utm_campaign=Craft&utm_source=craft_services&utm_medium=get_quote_button"; - const CTA_QUALITY_REVIEW = "https://www.acclaro.com/solutions/language-quality"; + const CTA_QUALITY_REVIEW = "https://www.beyont.com/solutions/"; const CTA_TECHNICAL_SUPPORT = "https://info.acclaro.com/craftcms-technical-support"; const CTA_AI_ML_TRANSLATION = "#";