diff --git a/includes/ajax/class-secure.php b/includes/ajax/class-secure.php index 30576a3d..99599c9b 100644 --- a/includes/ajax/class-secure.php +++ b/includes/ajax/class-secure.php @@ -331,7 +331,7 @@ class Secure { $content .= $br . 'Block Disposable Email Addresses/Domains'; if ( empty( UM()->options()->get( 'blocked_emails' ) ) ) { - $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 . $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 with our basic extension Block Disposable Email Domains.'; $content .= $br; } else { $content .= $br . $check . 'Blocked Emails option is already set.';