Fix typo
This commit is contained in:
committed by
M. Shull
parent
fc6d7c63bc
commit
6a55f2f663
@@ -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();
|
||||
|
Reference in New Issue
Block a user