diff --git a/src/npc/startingGirls/editFamily.js b/src/npc/startingGirls/editFamily.js
index 04a9c67e7436d40dc8f81478806e2c5054ace24c..54f075b7a831a966af378f7a6236f5910c180701 100644
--- a/src/npc/startingGirls/editFamily.js
+++ b/src/npc/startingGirls/editFamily.js
@@ -143,7 +143,7 @@ App.Intro.editFamily = function(slave) {
 		const div = document.createElement("div");
 		const linkArray = [];
 
-		div.append(`${His} mom, ${getSlave(slave.mother).slaveName}, is also the mom of: `);
+		div.append(`${His} mom, ${getSlave(slave.mother).slaveName}, is also the mother of: `);
 
 		const nameEl = makeElWithID("sameMotherNames", "span");
 		nameEl.append(App.StartingGirls.listOfSlavesWithParent('mother', slave.mother), " ");