Skip to content
Snippets Groups Projects
Commit 1a7d719c authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'od-domain-lng' into 'stable-3.1'

Fix typo in catchall domain error

See merge request ispconfig/ispconfig3!1029
parents 0355e246 9cc24751
No related branches found
No related tags found
1 merge request!1029Fix typo in catchall domain error
Pipeline #2991 passed
......@@ -4,7 +4,7 @@ $wb['destination_txt'] = 'Destination';
$wb['active_txt'] = 'Active';
$wb['domain_error_unique'] = 'There is already a Catchall record for this domain.';
$wb['no_domain_perm'] = 'You have no permission for this domain.';
$wb['domain_error_regex'] = 'Invalid domain name od domain contains invalid characters.';
$wb['domain_error_regex'] = 'Invalid domain name or domain contains invalid characters.';
$wb['limit_mailcatchall_txt'] = 'The max. number of email catchall accounts for your account is reached.';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
......
......@@ -4,7 +4,7 @@ $wb["destination_txt"] = 'Destination Email';
$wb["active_txt"] = 'Active';
$wb["domain_error_unique"] = "There is already a Catchall record for this domain.";
$wb["no_domain_perm"] = "You have no permission for this domain.";
$wb["domain_error_regex"] = 'Invalid domain name od domain contains invalid characters.';
$wb["domain_error_regex"] = 'Invalid domain name or domain contains invalid characters.';
$wb["limit_mailcatchall_txt"] = 'The max. number of email catchall accounts for your account is reached.';
$wb['domain_txt'] = 'Domain';
$wb["source_txt"] = 'Source';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment