[Web] Fix BCC error message
This commit is contained in:
@@ -62,7 +62,7 @@ $lang['success']['delete_filters'] = "Deleted filters: %s";
|
||||
$lang['success']['delete_filter'] = "Deleted filters ID %s";
|
||||
$lang['danger']['invalid_bcc_map_type'] = "Invalid BCC map type";
|
||||
$lang['danger']['bcc_empty'] = "BCC destination cannot be empty";
|
||||
$lang['danger']['bcc_must_be_email'] = "BCC map %s is not a valid email address";
|
||||
$lang['danger']['bcc_must_be_email'] = "BCC destination %s is not a valid email address";
|
||||
$lang['danger']['bcc_exists'] = "A BCC map %s exists for type %s";
|
||||
$lang['success']['bcc_saved'] = "BCC map entry saved";
|
||||
$lang['success']['bcc_edited'] = "BCC map entry %s edited";
|
||||
|
Reference in New Issue
Block a user