diff --git a/src/endWeek/saRecruitGirls.js b/src/endWeek/saRecruitGirls.js
index 2780ac1f5b4062466dcd5aa34449c03f1da3ad8a..8e812fe23b2ac7e6d930cc1e237b5dbb00b79ba5 100644
--- a/src/endWeek/saRecruitGirls.js
+++ b/src/endWeek/saRecruitGirls.js
@@ -1665,7 +1665,7 @@ App.SlaveAssignment.recruitGirls = (function() {
 				} else if (slave.trust + slave.devotion < 175) {
 					pushFS(`${He} is willing to take part in bloodletting, but the public doesn't find that believable.`);
 				} else if (slave.bellyPreg >= 1500) {
-					pushFS(`${He} is willing to take part in bloodletting, but the public absolutely refuses to do such a thing to a pregnant $girl.`);
+					pushFS(`${He} is willing to take part in bloodletting, but the public absolutely refuses to do such a thing to a pregnant ${girl}.`);
 				} else {
 					pushFS(`${He} is willing to take part in bloodletting, but the public finds it wrong to impose on someone not in the absolute best of health.`);
 				}