Skip to content

Commit

Permalink
update email error message on registration form
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-418 committed Aug 28, 2018
1 parent 4585469 commit 3c75e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function signupUserBC() {
$valid = $this->isWhiteListedDomain( $domain );

if ( false == $valid ) {
$bp->signup->errors['signup_email'] = 'Please use an email address from an authorized domain.';
$bp->signup->errors['signup_email'] = 'Your email must match the Internet domain name of your organization.';
}
}
}
Expand Down

0 comments on commit 3c75e1f

Please sign in to comment.