diff --git a/src/events/scheduled/sePlayerBirth.js b/src/events/scheduled/sePlayerBirth.js
index 57dbfd566c8e54d84d497d89b7e748a0f7b8fb96..bb7a353ca1e373cc5f4b9d5ffd311ab8882b63a1 100644
--- a/src/events/scheduled/sePlayerBirth.js
+++ b/src/events/scheduled/sePlayerBirth.js
@@ -994,7 +994,7 @@ App.Events.SEPlayerBirth = class SEPlayerBirth extends App.Events.BaseEvent {
 							r.push(`Rumors spread that The Prophet gave birth to a slave's ${(curBabies > 1) ? "children" : "child"}.`);
 							if (FutureSocieties.isActive('FSSupremacist')) {
 								if (pb.race !== V.arcologies[0].FSSupremacistRace) {
-									r.push(`Word is that your child${curBabies > 1 ? `ren were` : `was`} not ${V.arcologies[0].FSSupremacistRace}. As The Prophet saw fit to bear such a child, society views it as a sign to <span class="red">reject ${V.arcologies[0].FSSupremacistRace} supremacy.</span>`);
+									r.push(`Word is that your child${curBabies > 1 ? `ren were` : ` was`} not ${V.arcologies[0].FSSupremacistRace}. As The Prophet saw fit to bear such a child, society views it as a sign to <span class="red">reject ${V.arcologies[0].FSSupremacistRace} supremacy.</span>`);
 									V.arcologies[0].FSSupremacist -= 120;
 								}
 							}
@@ -1005,10 +1005,10 @@ App.Events.SEPlayerBirth = class SEPlayerBirth extends App.Events.BaseEvent {
 								}
 							}
 						} else {
-							r.push(`Rumors spread that your child${curBabies > 1 ? `ren were` : `was`} fathered by a slave, <span class="red">harming your lasting reputation.</span>`);
+							r.push(`Rumors spread that your child${curBabies > 1 ? `ren were` : ` was`} fathered by a slave, <span class="red">harming your lasting reputation.</span>`);
 							if (FutureSocieties.isActive('FSSupremacist')) {
 								if (pb.race !== V.arcologies[0].FSSupremacistRace) {
-									r.push(`Furthermore, word is that your child${curBabies > 1 ? `ren were` : `was`} not ${V.arcologies[0].FSSupremacistRace}, <span class="red">further hurting your lasting reputation.</span>`);
+									r.push(`Furthermore, word is that your child${curBabies > 1 ? `ren were` : ` was`} not ${V.arcologies[0].FSSupremacistRace}, <span class="red">further hurting your lasting reputation.</span>`);
 								}
 							}
 							if (FutureSocieties.isActive('FSSubjugationist')) {
diff --git a/src/player/managePersonalAffairs.js b/src/player/managePersonalAffairs.js
index ffca52d3760e7511fdbb639efa50726546aaa082..9a0c81df58cf2fe92c3f1d25a292988f514d4020 100644
--- a/src/player/managePersonalAffairs.js
+++ b/src/player/managePersonalAffairs.js
@@ -503,7 +503,7 @@ App.UI.managePersonalAffairs = function() {
 			if (PC.counter.birthFutaSis > 0) {
 				App.UI.DOM.appendNewElement("li", list, `${babies(PC.counter.birthFutaSis)} from sex with the Futanari Sisters.`);
 			}
-			if (PC.counter.birthClient > 0) {
+			if (PC.counter.birthRape > 0) {
 				App.UI.DOM.appendNewElement("li", list, `${babies(PC.counter.birthRape)} after being raped by an unknown person.`);
 			}
 			if (PC.counter.birthArcOwner > 0) {