diff --git a/src/endWeek/reports/brothelReport.js b/src/endWeek/reports/brothelReport.js
index 28fb980af2271acff5bbe1629ab9641b6c8d74d0..364a4ce76ae4f86931fbb9f18e35b912d17f55f0 100644
--- a/src/endWeek/reports/brothelReport.js
+++ b/src/endWeek/reports/brothelReport.js
@@ -61,9 +61,9 @@ App.EndWeek.brothelReport = function() {
 			const {
 				he, him, his, himself, He, His, wife
 			} = getPronouns(S.Madam);
-			/* apply following SA passages to facility leader */
 
 			r = [];
+			r.push(`${SlaveFullName(S.Madam)} is serving as the madam.`);
 			if (S.Madam.relationship === -3 && S.Madam.devotion > 50) {
 				r.push(`As your loving ${wife}, ${he} does ${his} best to attract attention to your brothel.`);
 			}