diff --git a/src/endWeek/reports/personalAttention.js b/src/endWeek/reports/personalAttention.js
index 176798d9f49a3fb59eb799f00c2648ec9d2fb1f0..ae3ec625cad6409b12385f848552fa0ea372b6fe 100644
--- a/src/endWeek/reports/personalAttention.js
+++ b/src/endWeek/reports/personalAttention.js
@@ -17,7 +17,7 @@ App.PersonalAttention.slaveReport = function(slave) {
 		He, His,
 		he, his, him, himself, wife, girl, hers,
 	} = getPronouns(slave);
-	const {hisP, womenP, girlP} = getPronouns(V.PC).appendSuffix("P");
+	const {hisP, womenP, womanP, girlP} = getPronouns(V.PC).appendSuffix("P");
 	let r = [];
 
 	if (onBedRest(V.PC, true)) {