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); }