diff --git a/src/endWeek/reports/personalAttention.js b/src/endWeek/reports/personalAttention.js
index 1ddb0d21c21cf9ea40e986a73aeba31f7c48789a..4d84837928244417216c6954a4568e8f8bf9b171 100644
--- a/src/endWeek/reports/personalAttention.js
+++ b/src/endWeek/reports/personalAttention.js
@@ -829,7 +829,7 @@ App.personalAttention.slaveReport = function(slave) {
 			if (slave.trust < -20 && slave.fetishKnown === 0) {
 				r.push(`${He} is now fully broken;`);
 				r.push(App.UI.DOM.makeElement("span", `${his} training assignment has defaulted to exploring ${his} sexuality.`, "yellow"));
-				pa.objective = "explore her sexuality";
+				pa.objective = "explore sexuality";
 			} else if (slave.trust < -20) {
 				r.push(`${He} is now fully broken;`);
 				r.push(App.UI.DOM.makeElement("span", `${his} training assignment has defaulted to fostering devotion.`, "yellow"));
@@ -837,7 +837,7 @@ App.personalAttention.slaveReport = function(slave) {
 			} else if (slave.devotion > 20 && slave.fetishKnown === 0) {
 				r.push(`${He} is now obedient and attentive;`);
 				r.push(App.UI.DOM.makeElement("span", `${his} training assignment has defaulted to exploring ${his} sexuality.`, "yellow"));
-				pa.objective = "explore her sexuality";
+				pa.objective = "explore sexuality";
 			} else if (slave.devotion > 20) {
 				r.push(`${He} is now obedient and attentive;`);
 				r.push(App.UI.DOM.makeElement("span", `${his} training assignment has defaulted to fostering devotion.`, "yellow"));
@@ -1308,7 +1308,7 @@ App.personalAttention.slaveReport = function(slave) {
 				r.push(App.UI.DOM.makeElement("span", coloredText.join(" "), "yellow"));
 			}
 			break;
-		case "explore her sexuality":
+		case "explore sexuality":
 			slave.attrKnown = 1;
 			r.push(`You set about investigating ${his} sexuality.`);
 			if (slave.devotion < -20 && slave.trust >= -20) {