diff --git a/src/events/intro/pcAppearance.js b/src/events/intro/pcAppearance.js index cf09d39b5782d5c022e36c9e6a52d2987101af0c..a0740b10d5293936723914c2c6ebf3ea650a913b 100644 --- a/src/events/intro/pcAppearance.js +++ b/src/events/intro/pcAppearance.js @@ -666,7 +666,7 @@ App.UI.Player.design = function() { el.append(options.render()); // Family - App.UI.DOM.appendNewElement("h2", el, "Misc"); + App.UI.DOM.appendNewElement("h2", el, "Family"); options = new App.UI.OptionsGroup(); options.addOption(`Your mother ID`, "mother", V.PC).showTextBox(); options.addOption(`Your father ID`, "father", V.PC).showTextBox();