diff --git a/src/events/scheduled/seWedding.js b/src/events/scheduled/seWedding.js
index 879c5aff7451a58ddbb0e11f12022751120dad24..7992d3ec2f9c12f8fb25845fc729717a52cb31d8 100644
--- a/src/events/scheduled/seWedding.js
+++ b/src/events/scheduled/seWedding.js
@@ -24,7 +24,9 @@ App.Events.SEWedding = class SEWedding extends App.Events.BaseEvent {
 			HeC,
 			heC, hisC, himC
 		} = getPronouns(solo ? slave1 : {pronoun: App.Data.Pronouns.Kind.plural}).appendSuffix("C"); // "C" is for collective. Used for flexibility in scenes that may have just one slave, or more than one. "she/they bow before you."
-		const wivesC = solo ? "wife" : "wives";
+		const wivesC = solo ?
+			getPronouns(slave1).wife :
+			getPronouns({pronoun: App.Data.Pronouns.Kind.plural}).wives;
 
 		const belly = bellyAdjective(slave1);
 		const ML = V.marrying.length;