Skip to content

Commit 9cc2475

Browse files
author
thom
committed
Fix minor typo
1 parent 0355e24 commit 9cc2475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/mail/lib/lang/ar_mail_domain_catchall.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.';

interface/web/mail/lib/lang/en_mail_domain_catchall.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)