File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/sites/lib/lang Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.';
Original file line number Diff line number Diff 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?>
You can’t perform that action at this time.
0 commit comments