This commit is contained in:
Amine Ben hammou
2019-04-17 19:28:59 +02:00
committed by M. Shull
parent fc6d7c63bc
commit 6a55f2f663

View File

@@ -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 = "Youve been successfully subscribed to our newsletter!";
const MESSAGE_WHEN_CONFIRMATION_DISABLED = 'Youve been successfully subscribed to our newsletter!';
function __construct() {
parent::__construct();