From f51866d9882d109e20c31913e6ecc85ba94ea27f Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Fri, 22 Nov 2024 18:42:55 -0800 Subject: [PATCH] [desktop] Update crash report description (#1646) * Update crash report descripton * Update settings description. --- src/extensions/core/electronAdapter.ts | 2 +- src/i18n.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/extensions/core/electronAdapter.ts b/src/extensions/core/electronAdapter.ts index 7d4b06f34..f6d373d81 100644 --- a/src/extensions/core/electronAdapter.ts +++ b/src/extensions/core/electronAdapter.ts @@ -27,7 +27,7 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil' { id: 'Comfy-Desktop.SendStatistics', category: ['Comfy-Desktop', 'General', 'Send Statistics'], - name: 'Send anonymous usage statistics', + name: 'Send anonymous crash reports', type: 'boolean', defaultValue: true, onChange: onChangeRestartApp diff --git a/src/i18n.ts b/src/i18n.ts index b6e0e0355..27af74c23 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -33,18 +33,18 @@ const messages = { 'Configure how ComfyUI behaves on your desktop. You can change these settings later.', settings: { autoUpdate: 'Automatic Updates', - allowMetrics: 'Usage Analytics', + allowMetrics: 'Crash Reports', autoUpdateDescription: "Automatically download and install updates when they become available. You'll always be notified before updates are installed.", allowMetricsDescription: - 'Help improve ComfyUI by sending anonymous usage data. No personal information or workflow content will be collected.', + 'Help improve ComfyUI by sending anonymous crash reports. No personal information or workflow content will be collected. This can be disabled at any time in the settings menu.', learnMoreAboutData: 'Learn more about data collection', dataCollectionDialog: { title: 'About Data Collection', whatWeCollect: 'What we collect:', whatWeDoNotCollect: "What we don't collect:", - errorReports: 'Error reports', - systemInfo: 'Operating system and app version', + errorReports: 'Error message and stack trace', + systemInfo: 'Hardware, OS type, and app version', personalInformation: 'Personal information', workflowContent: 'Workflow content', fileSystemInformation: 'File system information',