diff --git a/src/events/scheduled/seCoursing.js b/src/events/scheduled/seCoursing.js
index e826309ab83dfbe4236f090d3fb8843a8e08ff99..347be2b1963c13e08809074a34f426a35e9f9cde 100644
--- a/src/events/scheduled/seCoursing.js
+++ b/src/events/scheduled/seCoursing.js
@@ -312,7 +312,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 				}
 			}
 
-			_slave.origin = "Your lurcher " + _activeLurcher.slaveName + " caught ${him} coursing; ${he} was a " + origin + " hare.";
+			_slave.origin = `Your lurcher ${_activeLurcher.slaveName} caught $him coursing; $he was a ${origin} hare.`;
 			setHealth(_slave, jsRandom(30, 50));
 			_slave.devotion = random(-45, -25);
 			_slave.trust = random(-60, -75);