From a8ebd882945f0f41a0365b78f615bb8137ada218 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Mon, 6 Apr 2020 15:42:45 +0200 Subject: [PATCH] Update CTA button [MAILPOET-2643] --- lib/Config/ServicesChecker.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Config/ServicesChecker.php b/lib/Config/ServicesChecker.php index bb61a79ca0..56b3d01627 100644 --- a/lib/Config/ServicesChecker.php +++ b/lib/Config/ServicesChecker.php @@ -37,9 +37,9 @@ class ServicesChecker { $error .= '

' . __('Your key to send with MailPoet is invalid.', 'mailpoet') . '

'; $error .= '

' . __('Visit MailPoet.com to purchase a key', 'mailpoet') . '

'; + . '>' . __('Purchase a key', 'mailpoet') . '

'; WPNotice::displayError($error, '', '', false, false); }