From 99206e3271111c090cdde919d0eed4dc588cd935 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Sun, 20 Sep 2020 18:46:47 -0700 Subject: [PATCH] removes extra spaces --- 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 f065a1d8911..1ddf0a3e923 100644 --- a/js/003-data/policiesData.js +++ b/js/003-data/policiesData.js @@ -1929,7 +1929,7 @@ App.Data.Policies.Selection = { title: "Elite Breeder Eligibility", titleClass: "lime", get text() { - let t = `slaves that pass very strict tests may be permitted for use by the `; + let t = `slaves that pass very strict tests may be permitted for use by the`; if (V.arcologies[0].FSNeoImperialistLaw2) { t += ` Barons to bear their children.`; } else { -- GitLab