Renamed reserve queue to pool

This commit is contained in:
2026-05-25 20:42:42 +02:00
parent 22bf6c13ca
commit 507a9a806f
6 changed files with 18 additions and 18 deletions

View File

@@ -466,9 +466,9 @@ $mailer->addBCC('admin@hobbypublicradio.org');
$mailer->AddAddress("$db_email");
$mailer->isHTML(false);
if ( $ep_num == "9999" ) {
$mailer->Subject = "Thank you for uploading to the Reserve Queue";
$mailer->Subject = "Thank you for uploading to the reserve pool";
$mailer->MsgHTML("<p><em>This email is an automatic reply. If you have not made this request then please ignore this email.</em></p>
<p>Thank You for recording an episode for the Reserve Queue.</p>
<p>Thank You for recording an episode for the reserve pool.</p>
<pre>
$message
</pre>