From 58f8bcf14256eb778da1af6027c6b1fa65375e7d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 15 Feb 2021 23:11:14 -0500
Subject: [PATCH] Improve grammar

---
 js/003-data/policiesData.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index 850be7db3e9..33fe33bf057 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -1892,7 +1892,7 @@ App.Data.Policies.Selection = {
 				title: "Universal Enslavement of the Impure",
 				titleClass: "lime",
 				get text() { return `will force anyone not of the ${V.arcologies[0].FSSupremacistRace} race to emigrate or accept enslavement, and make sex with non-${V.arcologies[0].FSSupremacistRace} people such an expectation that the appetite for all such slaves will increase slightly.`; },
-				get activatedText() { return `by law, anyone not of the ${V.arcologies[0].FSSupremacistRace} in your arcology is a slave`; },
+				get activatedText() { return `by law, anyone not of the ${V.arcologies[0].FSSupremacistRace} race in your arcology is a slave`; },
 				get requirements() { return (V.seeDicks !== 0 && V.arcologies[0].FSSupremacist >= 40); },
 				onImplementation: function() { V.FSSupLawTrigger = 1; },
 				note: `Will affect the slave market and arcology drastically`
-- 
GitLab