diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index ff99abc802571d6e9d02b85bdde168db6031393c..403b729737804eee5027ac254f09defe0d374081 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -396,13 +396,13 @@ App.Utils.Pronouns = class {
 
 	get she() { return this.pronoun; }
 	get her() { return this.object; }
-	get hers() { return this.possessive; }
+	get hers() { return this.possessivePronoun; }
 	get herself() { return this.objectReflexive; }
 	get girl() { return this.noun; }
 
 	get She() { return this.Pronoun; }
 	get Her() { return this.Object; }
-	get Hers() { return this.Possessive; }
+	get Hers() { return this.PossessivePronoun; }
 	get Herself() { return this.ObjectReflexive; }
 	get Girl() { return this.Noun; }