Fix email authorization URL address
[MAILPOET-1876]
This commit is contained in:
committed by
M. Shull
parent
01c992fd11
commit
d4abbf1fb6
@@ -93,7 +93,7 @@ class MailPoetMapper {
|
|||||||
$message .= '<p>';
|
$message .= '<p>';
|
||||||
$message .= Helpers::replaceLinkTags(
|
$message .= Helpers::replaceLinkTags(
|
||||||
__('[link]Authorize your email in your account now.[/link]', 'mailpoet'),
|
__('[link]Authorize your email in your account now.[/link]', 'mailpoet'),
|
||||||
'https://account.mailpoet.com/account/authorization',
|
'https://account.mailpoet.com/authorization',
|
||||||
array(
|
array(
|
||||||
'class' => 'button button-primary',
|
'class' => 'button button-primary',
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
|
Reference in New Issue
Block a user