From 82cbc86dd03352f53bc1b071f2662951acf550ec Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Wed, 15 Jan 2025 15:17:09 +0100 Subject: [PATCH] ref(settings): Update 'Store Native Crash Reports' title --- .../app/data/forms/organizationSecurityAndPrivacyGroups.tsx | 4 ++-- static/app/data/forms/projectSecurityAndPrivacyGroups.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/app/data/forms/organizationSecurityAndPrivacyGroups.tsx b/static/app/data/forms/organizationSecurityAndPrivacyGroups.tsx index 56174d3b82b497..7235a1d026ba08 100644 --- a/static/app/data/forms/organizationSecurityAndPrivacyGroups.tsx +++ b/static/app/data/forms/organizationSecurityAndPrivacyGroups.tsx @@ -68,9 +68,9 @@ const formGroups: JsonFormObject[] = [ { name: 'storeCrashReports', type: 'select', - label: t('Store Native Crash Reports'), + label: t('Store Minidumps As Attachments'), help: t( - 'Store native crash reports such as Minidumps for improved processing and download in issue details' + 'Store minidumps as attachments for improved processing and download in issue details.' ), visible: ({features}) => features.has('event-attachments'), // HACK: some organization can have limit of stored crash reports a number that's not in the options (legacy reasons), diff --git a/static/app/data/forms/projectSecurityAndPrivacyGroups.tsx b/static/app/data/forms/projectSecurityAndPrivacyGroups.tsx index d9416cfc08eb67..42fefc5ad59918 100644 --- a/static/app/data/forms/projectSecurityAndPrivacyGroups.tsx +++ b/static/app/data/forms/projectSecurityAndPrivacyGroups.tsx @@ -62,10 +62,10 @@ const formGroups: JsonFormObject[] = [ { name: 'storeCrashReports', type: 'select', - label: t('Store Native Crash Reports'), + label: t('Store Minidumps As Attachments'), help: ({organization}) => tct( - 'Store native crash reports such as Minidumps for improved processing and download in issue details. Overrides [organizationSettingsLink: organization settings].', + 'Store minidumps as attachments for improved processing and download in issue details. Overrides [organizationSettingsLink: organization settings].', { organizationSettingsLink: (