You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/hosting_site.form.inc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,7 @@ function hosting_site_validate($node, &$form) {
392
392
393
393
// TODO: maybe we should allow creation of sites that conflict with HOSTING_SITE_DISABLED (which would then need to be renamed before being re-enabled)
394
394
if (!hosting_domain_allowed($url, (array) $node)) {
395
-
form_set_error('title', t("The domain name you have specified is already in use."));
395
+
form_set_error('title', t("The domain name you have specified is already in use, or does not belang to you."));
396
396
}
397
397
398
398
// If the quota module is loaded and this is a new node, check
0 commit comments