diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js index 75c472df4532303f28507b57af0f88fa01ac5e9e..ffa62aeff21076fe5d0fe59669b22581028a779c 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`; } }