From 18d990a03468420136c3383fce9860c09f42251c Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 28 Mar 2021 20:40:26 +0000 Subject: air: more ui/ux and provide a possibility to lookup your registration id in mod regate (raw and unfinished) --- include/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/account.php') diff --git a/include/account.php b/include/account.php index 858c915e0..7f8a8a2bf 100644 --- a/include/account.php +++ b/include/account.php @@ -35,7 +35,7 @@ function check_account_email($email) { return $result; if(! validate_email($email)) - $result['message'] .= t('Not a valid email address') . EOL; + $result['message'] .= t('Email address not valid') . EOL; elseif(! allowed_email($email)) $result['message'] = t('Your email domain is not among those allowed on this site'); else { -- cgit v1.2.3