diff --git a/static/app/components/core/form/generatedFieldRegistry.ts b/static/app/components/core/form/generatedFieldRegistry.ts index 332c6ad44c90..f70c165c1d4e 100644 --- a/static/app/components/core/form/generatedFieldRegistry.ts +++ b/static/app/components/core/form/generatedFieldRegistry.ts @@ -342,9 +342,9 @@ export const FORM_FIELD_REGISTRY: Record = { name: 'alertsMemberWrite', formId: 'organization-settings-form', route: '/settings/organization/', - label: t('Let Members Create and Edit Alerts'), + label: t('Let Members Create and Edit Monitors and Alerts'), hintText: t( - 'Allow members to create, edit, and delete alert rules by granting them the `alerts:write` scope.' + 'Allow members to create, edit, and delete monitors and alert rules by granting them the `alerts:write` scope.' ), }, 'organization-settings-form.attachmentsRole': { diff --git a/static/app/views/settings/organizationGeneralSettings/organizationSettingsForm.tsx b/static/app/views/settings/organizationGeneralSettings/organizationSettingsForm.tsx index 8a63c4f085bc..fb9f9b778de7 100644 --- a/static/app/views/settings/organizationGeneralSettings/organizationSettingsForm.tsx +++ b/static/app/views/settings/organizationGeneralSettings/organizationSettingsForm.tsx @@ -309,16 +309,16 @@ function OrganizationMembershipSettingsBase({ confirm={value => value ? t( - 'This will allow any members of your organization to create, edit, and delete alert rules in all projects. Do you want to continue?' + 'This will allow any members of your organization to create, edit, and delete monitors and alert rules in all projects. Do you want to continue?' ) : undefined } > {field => ( value ? t( - 'This will allow any members of your organization to create, edit, and delete alert rules in all projects. Do you want to continue?' + 'This will allow any members of your organization to create, edit, and delete monitors and alert rules in all projects. Do you want to continue?' ) : undefined } > {field => (