From 340e8a0a0fcf1726e7ea08e642347694b6d60120 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 1 Jul 2020 22:44:16 -0400
Subject: [PATCH] fix

---
 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 75c472df453..ffa62aeff21 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -470,7 +470,7 @@ App.Data.Policies.Selection = {
 		"policies.publicPA": [
 			{
 				title: "Public Personal Assistant",
-				get text() { return `${V.assistant.name} is part of your public image.`; },
+				get text() { return `${V.assistant.name} will become part of your public image.`; },
 				get activatedText() { return `${V.assistant.name} is part of your public image.`; },
 				get note() { return `May improve cultural development if ${V.assistant.name}'s appearance is fashionable`; }
 			}
-- 
GitLab