Skip to content

Commit 11dbca9

Browse files
authored
Update move episode email subject line (#1216)
1 parent c3f4a34 commit 11dbca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/ServiceAPI/MyRadio_Timeslot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ public function moveTimeslot($newStart, $newEnd)
10841084
self::$cache->purge();
10851085
MyRadioEmail::sendEmailToUserSet(
10861086
$this->getSeason()->getShow()->getCreditObjects(),
1087-
'Episode of ' . $this->getMeta('title') . ' Cancelled',
1087+
'Episode of ' . $this->getMeta('title') . ' Moved',
10881088
$email
10891089
);
10901090
return $r;

0 commit comments

Comments
 (0)