Skip to content
Snippets Groups Projects
Commit ea3e7e84 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

mother

parent 7e0b6db0
Branches
Tags
1 merge request!8477Edit family to 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), " ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment