Update CTA button

[MAILPOET-2643]
This commit is contained in:
Pavel Dohnal
2020-04-06 15:42:45 +02:00
committed by Veljko V
parent 319b7afd05
commit a8ebd88294

View File

@@ -37,9 +37,9 @@ class ServicesChecker {
$error .= '<p>' . __('Your key to send with MailPoet is invalid.', 'mailpoet') . '</p>';
$error .= '<p><a '
. ' href="https://account.mailpoet.com?s=' . (Subscriber::getTotalSubscribers() + 1) . '"'
. ' class="button button-secondary" '
. ' class="button button-primary" '
. ' target="_blank"'
. '>' . __('Visit MailPoet.com to purchase a key', 'mailpoet') . '</a></p>';
. '>' . __('Purchase a key', 'mailpoet') . '</a></p>';
WPNotice::displayError($error, '', '', false, false);
}