Fix email authorization URL address

[MAILPOET-1876]
This commit is contained in:
Rostislav Wolny
2019-03-11 14:05:59 +01:00
committed by M. Shull
parent 01c992fd11
commit d4abbf1fb6

View File

@ -93,7 +93,7 @@ class MailPoetMapper {
$message .= '<p>';
$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',