diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js
index b1b494e55e1bc433ec362c3160a28c41c96e1beb..7b0b8bad73dbbc67aabe956b1ef7dd29e1b336d7 100644
--- a/src/endWeek/saPleaseYou.js
+++ b/src/endWeek/saPleaseYou.js
@@ -1477,7 +1477,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) {
 				r.push(`fatigued,`);
 			}
 			if (!canFuck) {
-				r.push(`though the fact that ${his} job isn't very strenuous helps.`);
+				r.push(`</span> though the fact that ${his} job isn't very strenuous helps.`);
 			} else {
 				if (slave.health.illness !== 0) {
 					r.push(`</span> making ${him} rather unappealing to use.`);
diff --git a/src/endWeek/saPregnancy.js b/src/endWeek/saPregnancy.js
index 02e08dc3c95cd56643ef2f2f5bd83636706f5b93..37030fa7d0c047540b3c398249854c8a56df0143 100644
--- a/src/endWeek/saPregnancy.js
+++ b/src/endWeek/saPregnancy.js
@@ -309,7 +309,7 @@ App.SlaveAssignment.pregnancy = function saPregnancy(slave) {
 		}
 		if (slave.pregSource === slave.ID) {
 			if (slave.sexualQuirk === "perverted") {
-				r.push(`${He}'s <span class="devotion inc">aroused</span> at the mere concept that the bab${slave.pregType > 1 ? "ies" : "y"} growing inside ${him} was conceived by ${his} own sperm.`);
+				r.push(`${He}'s <span class="devotion inc">aroused</span> at the mere concept that the bab${slave.pregType > 1 ? "ies" : "y"} growing inside ${him} ${slave.pregType > 1 ? "were" : "was"} conceived by ${his} own sperm.`);
 				slave.devotion += 1;
 			} else {
 				r.push(`${He} often becomes preoccupied with <span class="trust dec">worry</span> that ${his} self-conceived ${child} will be born unhealthy.`);