diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index 883b56a3311918cfadc9fce584bda0556f412dea..a169042e3ce3e448e6324f3a3cb6dcb6342453fd 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -2191,7 +2191,7 @@ window.supplyPoliciesReport = function(NPCclass) {
 
 		// warn about conflicting policies
 		if (V.sexSupplyBarriers[varName] > 0) {
-			r += `<i>, however the barriers that are also in place <span class="red">reduce it's effectiveness and increase</span> your costs</i>`;
+			r += `<i>, however the barriers that are also in place <span class="red">reduce its effectiveness and increase</span> your costs</i>`;
 		}
 		r += `.<br>`;
 	}