diff --git a/src/npc/startingGirls/editFamily.js b/src/npc/startingGirls/editFamily.js
index 54f075b7a831a966af378f7a6236f5910c180701..93599c608d33ebffe3ecaea25a71cab2b001a2f0 100644
--- a/src/npc/startingGirls/editFamily.js
+++ b/src/npc/startingGirls/editFamily.js
@@ -41,7 +41,7 @@ App.Intro.editFamily = function(slave) {
 		const div = document.createElement("div");
 		const linkArray = [];
 
-		div.append(`${slave.slaveName}'s mother: `);
+		div.append(`${slave.slaveName}'s mother is `);
 
 		const nameEl = makeElWithID("motherName", "span");
 		nameEl.append(parentName("mother"), " ");
@@ -92,7 +92,7 @@ App.Intro.editFamily = function(slave) {
 		const div = document.createElement("div");
 		const linkArray = [];
 
-		div.append(`${slave.slaveName}'s father: `);
+		div.append(`${slave.slaveName}'s father is `);
 
 		const nameEl = makeElWithID("fatherName", "span");
 		nameEl.append(parentName("father"), " ");