Skip to content

Commit d0717b6

Browse files
ref(settings): Update 'Store Native Crash Reports' title (#83503)
1 parent 1c9dea6 commit d0717b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

static/app/data/forms/organizationSecurityAndPrivacyGroups.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ const formGroups: JsonFormObject[] = [
6868
{
6969
name: 'storeCrashReports',
7070
type: 'select',
71-
label: t('Store Native Crash Reports'),
71+
label: t('Store Minidumps As Attachments'),
7272
help: t(
73-
'Store native crash reports such as Minidumps for improved processing and download in issue details'
73+
'Store minidumps as attachments for improved processing and download in issue details.'
7474
),
7575
visible: ({features}) => features.has('event-attachments'),
7676
// HACK: some organization can have limit of stored crash reports a number that's not in the options (legacy reasons),

static/app/data/forms/projectSecurityAndPrivacyGroups.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ const formGroups: JsonFormObject[] = [
6262
{
6363
name: 'storeCrashReports',
6464
type: 'select',
65-
label: t('Store Native Crash Reports'),
65+
label: t('Store Minidumps As Attachments'),
6666
help: ({organization}) =>
6767
tct(
68-
'Store native crash reports such as Minidumps for improved processing and download in issue details. Overrides [organizationSettingsLink: organization settings].',
68+
'Store minidumps as attachments for improved processing and download in issue details. Overrides [organizationSettingsLink: organization settings].',
6969
{
7070
organizationSettingsLink: (
7171
<Link to={`/settings/${organization.slug}/security-and-privacy/`} />

0 commit comments

Comments
 (0)