From 6a55f2f66341e4a8dc226166ef052f0ed1ceed1d Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Wed, 17 Apr 2019 19:28:59 +0200 Subject: [PATCH] Fix typo --- lib/Models/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Models/Form.php b/lib/Models/Form.php index 486e08f05b..e09f860d02 100644 --- a/lib/Models/Form.php +++ b/lib/Models/Form.php @@ -16,7 +16,7 @@ class Form extends Model { public static $_table = MP_FORMS_TABLE; const MESSAGE_WHEN_CONFIRMATION_ENABLED = 'Check your inbox or spam folder to confirm your subscription.'; - const MESSAGE_WHEN_CONFIRMATION_DISABLED = "You’ve been successfully subscribed to our newsletter!"; + const MESSAGE_WHEN_CONFIRMATION_DISABLED = 'You’ve been successfully subscribed to our newsletter!'; function __construct() { parent::__construct();