diff --git a/pages/account/49.php b/pages/account/49.php index 5d33964..d8c5c0f 100644 --- a/pages/account/49.php +++ b/pages/account/49.php @@ -57,7 +57,7 @@ $row = mysql_fetch_assoc($res); $_GET['userid'] = intval($row['id']); } else { -// printf(_("No domains found matching %s"), $email); + printf(_("No personal domains found matching %s"), $domain); } $query = "select `orgid`,`domain` from `orgdomains` where `domain` like '$domainsearch' or `id`='$domain' limit 100"; @@ -88,7 +88,7 @@ $row = mysql_fetch_assoc($res); $_GET['userid'] = intval($row['id']); } else { - printf(_("No domains found matching %s"), $email); + printf(_("No organisational domains found matching %s"), $domain); } }