Updating error message to give a usefull information
This commit is contained in:
parent
d278474358
commit
b2949424c3
|
@ -734,7 +734,7 @@ class m_dom {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ($dns && $v == -3) {
|
if ($dns && $v == -3) {
|
||||||
$err->raise("dom", _("The domain cannot be found in the whois database"));
|
$err->raise("dom", _("The name servers referenced by this domain do not match those referenced by this AlternC instance"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue