From 82baa6cdbee35f606dcebbba36b9d1d4f5c60dc8 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Tue, 10 Jul 2018 15:42:38 +0100 Subject: [PATCH] Clarify MP version in form widget [MAILPOET-1436] --- lib/Form/Widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Form/Widget.php b/lib/Form/Widget.php index 4bda66f687..1ce44a9c33 100644 --- a/lib/Form/Widget.php +++ b/lib/Form/Widget.php @@ -21,7 +21,7 @@ class Widget extends \WP_Widget { function __construct() { parent::__construct( 'mailpoet_form', - __('MailPoet Form', 'mailpoet'), + __('MailPoet 3 Form', 'mailpoet'), array('description' => __('Add a newsletter subscription form', 'mailpoet')) );