Remove hanging period

[MAILPOET-1590]
This commit is contained in:
Pavel Dohnal
2018-10-18 09:14:54 +02:00
parent 9c8c89149b
commit d11c9c5296

View File

@ -28,7 +28,7 @@ class DiscountsAnnouncement {
$message = Helpers::replaceLinkTags(
__('<h3>Save on MailPoet Premium for a limited time. Discounts up to 40%</h3>
<p>Our annual sale is a good opportunity to get more detailed stats & great email deliverability. Dont miss out!</p>
[link]Visit the MailPoet Premium page[/link].', 'mailpoet'),
[link]Visit the MailPoet Premium page[/link]', 'mailpoet'),
'admin.php?page=mailpoet-premium',
array('target' => '_blank', 'class' => 'button button-primary')
);