diff --git a/static/app/views/settings/project/tempest/index.tsx b/static/app/views/settings/project/tempest/index.tsx index ee0be7fe5dea19..99a9eb2ba96514 100644 --- a/static/app/views/settings/project/tempest/index.tsx +++ b/static/app/views/settings/project/tempest/index.tsx @@ -111,8 +111,8 @@ export default function TempestSettings({organization, project}: Props) { { name: 'tempestFetchScreenshots', type: 'boolean', - label: t('Fetch Screenshots'), - help: t('Allow Tempest to fetch screenshots for the project.'), + label: t('Attach Screenshots'), + help: t('Attach screenshots to issues.'), }, ], },