Fixes confusing text in analytics description (#414)

This commit is contained in:
Glare 2022-03-10 11:37:41 -06:00 committed by GitHub
parent 7596f62ca5
commit 1a23b6178b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export default {
title: 'Analytics', title: 'Analytics',
description: `Modrinth uses in-house tools that allow us to get insights into how each user is using the platform 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 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, default: true,
}, },
}, },