From 1a23b6178be66dd2c9df9ef97d4526dc15b48708 Mon Sep 17 00:00:00 2001 From: Glare Date: Thu, 10 Mar 2022 11:37:41 -0600 Subject: [PATCH] Fixes confusing text in analytics description (#414) --- privacy-toggles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy-toggles.js b/privacy-toggles.js index e5f69a345..2220b37bf 100644 --- a/privacy-toggles.js +++ b/privacy-toggles.js @@ -11,7 +11,7 @@ export default { title: 'Analytics', description: `Modrinth uses in-house tools that allow us to get insights into how each user is using the platform in order to improve the experience for everyone.\n By enabling this toggle, you allow us to gather information - across requests. Disabling this toggle will simply remove all PII from now on.`, + across requests. Disabling this toggle will simply remove all Personal Identifying Information from now on.`, default: true, }, },