From d11c9c52969149d52298c12ee0fc80df2f37b15f Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Thu, 18 Oct 2018 09:14:54 +0200 Subject: [PATCH] Remove hanging period [MAILPOET-1590] --- lib/Util/Notices/DiscountsAnnouncement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Util/Notices/DiscountsAnnouncement.php b/lib/Util/Notices/DiscountsAnnouncement.php index 7e5352a938..bdc4cb7b3a 100644 --- a/lib/Util/Notices/DiscountsAnnouncement.php +++ b/lib/Util/Notices/DiscountsAnnouncement.php @@ -28,7 +28,7 @@ class DiscountsAnnouncement { $message = Helpers::replaceLinkTags( __('

Save on MailPoet Premium for a limited time. Discounts up to 40%

Our annual sale is a good opportunity to get more detailed stats & great email deliverability. Don’t miss out!

- [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') );