diff --git a/includes/ajax/class-secure.php b/includes/ajax/class-secure.php
index 86fc1642..30576a3d 100644
--- a/includes/ajax/class-secure.php
+++ b/includes/ajax/class-secure.php
@@ -334,7 +334,7 @@ class Secure {
$content .= $br . $flag . 'You are not blocking email addresses or disposable email domains that are mostly used for Spam Account Registrations. You can get the list of disposable email domains from this repository and then add them to Blocked Email Addresses options.';
$content .= $br;
} else {
- $content .= $br . 'The default WordPress Register form is enabled. If you\'re getting Spam User Registrations, we recommend that you enable a Challenge-Response plugin such as our Ultimate Member - ReCaptcha extension.';
+ $content .= $br . $check . 'Blocked Emails option is already set.';
$content .= $br;
}