File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/mail/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 @@ -4,7 +4,7 @@ $wb['destination_txt'] = 'Destination';
44$wb['active_txt'] = 'Active';
55$wb['domain_error_unique'] = 'There is already a Catchall record for this domain.';
66$wb['no_domain_perm'] = 'You have no permission for this domain.';
7- $wb['domain_error_regex'] = 'Invalid domain name od domain contains invalid characters.';
7+ $wb['domain_error_regex'] = 'Invalid domain name or domain contains invalid characters.';
88$wb['limit_mailcatchall_txt'] = 'The max. number of email catchall accounts for your account is reached.';
99$wb['source_txt'] = 'Source';
1010$wb['destination_error_isemail'] = 'Destination is no valid email address.';
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $wb["destination_txt"] = 'Destination Email';
44$wb["active_txt"] = 'Active';
55$wb["domain_error_unique"] = "There is already a Catchall record for this domain.";
66$wb["no_domain_perm"] = "You have no permission for this domain.";
7- $wb["domain_error_regex"] = 'Invalid domain name od domain contains invalid characters.';
7+ $wb["domain_error_regex"] = 'Invalid domain name or domain contains invalid characters.';
88$wb["limit_mailcatchall_txt"] = 'The max. number of email catchall accounts for your account is reached.';
99$wb['domain_txt'] = 'Domain';
1010$wb["source_txt"] = 'Source';
You can’t perform that action at this time.
0 commit comments