Skip to content

Commit 5d4d43c

Browse files
committed
Fixed: FS#524 - error Message by double Domain entry
1 parent a0d3656 commit 5d4d43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/sites/lib/lang/en_web_domain.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your acc
3535
$wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
3636
$wb["apache_directives_txt"] = 'Apache directives';
3737
$wb["domain_error_empty"] = 'Domain is empty.';
38-
$wb["domain_error_unique"] = 'Domain must be unique.';
38+
$wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
3939
$wb["domain_error_regex"] = 'Domain name invalid.';
4040
$wb["hd_quota_error_empty"] = 'Harddisk quota is empty.';
4141
$wb["traffic_quota_error_empty"] = 'Traffic quota is empty.';

interface/web/sites/lib/lang/en_web_subdomain.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your acc
3333
$wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
3434
$wb["apache_directives_txt"] = 'Apache directives';
3535
$wb["domain_error_empty"] = 'Domain is empty.';
36-
$wb["domain_error_unique"] = 'Domain must be unique.';
36+
$wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
3737
$wb["domain_error_regex"] = 'Domain name invalid.';
3838
?>

0 commit comments

Comments
 (0)