From a980167a6270215920d9af5db17ebdeddfde8c57 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 26 Aug 2020 16:15:35 -0400
Subject: [PATCH] dupe symbol

---
 js/003-data/policiesData.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index ebcb2e6fe07..cfffe3322a2 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -359,7 +359,7 @@ App.Data.Policies.Selection = {
 				text: "you will covertly sell information on troubled potential immigrants to your arcology to their old world enemies.",
 				activatedText: "you are covertly selling information on troubled potential immigrants to your arcology.",
 				enable: -1,
-				get note() { return `Will produce roughly ¤${cashFormat(1000)} weekly, and slow growth of the citizen population`; }
+				get note() { return `Will produce roughly ${cashFormat(1000)} weekly, and slow growth of the citizen population`; }
 			}
 		],
 		"policies.immigrationRep": [
@@ -382,7 +382,7 @@ App.Data.Policies.Selection = {
 				title: "Enslavement Kickbacks",
 				text: "you will take kickbacks in return for turning a blind eye to enslavement of poor citizens.",
 				activatedText: "you are taking kickbacks in return for turning a blind eye to enslavement of poor citizens.",
-				get note() { return `Will produce roughly ¤${cashFormat(1000)} weekly, and reduce the population of citizens`; }
+				get note() { return `Will produce roughly ${cashFormat(1000)} weekly, and reduce the population of citizens`; }
 			},
 			{
 				title: "Poor Citizen Relief",
-- 
GitLab