Skip to content

Commit

Permalink
Error message 'receipts' changed to 'recipients' when recipients vari…
Browse files Browse the repository at this point in the history
…able is empty
  • Loading branch information
Shadow243 committed Oct 14, 2023
1 parent 497d798 commit 85ae985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smtp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ public function process() {
/* get smtp recipients */
$recipients = $mime->get_recipient_addresses();
if (empty($recipients)) {
Hm_Msgs::add("ERRNo valid receipts found");
Hm_Msgs::add("ERRNo valid recipients found");
repopulate_compose_form($draft, $this);
return;
}
Expand Down

0 comments on commit 85ae985

Please sign in to comment.