Display warning if no message is selected when removing

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-12-18 15:29:28 +01:00
parent 936f27c7a5
commit c8119d542b
11 changed files with 24 additions and 3 deletions

View File

@ -237,6 +237,7 @@ $_['text_no_domain_found'] = 'No domain found';
$_['text_no_email_found'] = 'No email found';
$_['text_no_message_in_the_quarantine'] = "No message in the quarantine matching the search criteria";
$_['text_no_records'] = "No records";
$_['text_no_selected_message'] = "no selected message";
$_['text_no_sender'] = "no sender";
$_['text_no_spam_message_in_the_quarantine_yet'] = "No spam message in the quarantine yet";
$_['text_no_subject'] = "no subject";