aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-28 20:40:26 +0000
committerMario <mario@mariovavti.com>2021-03-28 20:40:26 +0000
commit18d990a03468420136c3383fce9860c09f42251c (patch)
treefd43925fcf3b5c0a0ea026450c9b5ea32a2c9938 /include
parent85b6e352d41580918c84298790916786f384f8b5 (diff)
downloadvolse-hubzilla-18d990a03468420136c3383fce9860c09f42251c.tar.gz
volse-hubzilla-18d990a03468420136c3383fce9860c09f42251c.tar.bz2
volse-hubzilla-18d990a03468420136c3383fce9860c09f42251c.zip
air: more ui/ux and provide a possibility to lookup your registration id in mod regate (raw and unfinished)
Diffstat (limited to 'include')
-rw-r--r--include/account.php2
1 files changed, 1 insertions, 1 deletions
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 {