From d4abbf1fb6f358d23d1a69762f05119d358ee7fc Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Mon, 11 Mar 2019 14:05:59 +0100 Subject: [PATCH] Fix email authorization URL address [MAILPOET-1876] --- lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php b/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php index 9992a3725f..86108b8608 100644 --- a/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php +++ b/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php @@ -93,7 +93,7 @@ class MailPoetMapper { $message .= '

'; $message .= Helpers::replaceLinkTags( __('[link]Authorize your email in your account now.[/link]', 'mailpoet'), - 'https://account.mailpoet.com/account/authorization', + 'https://account.mailpoet.com/authorization', array( 'class' => 'button button-primary', 'target' => '_blank',