Skip to content

Commit

Permalink
ref(tempest): Rename fetch screenshots to attach screenshots (#83901)
Browse files Browse the repository at this point in the history
Just some small naming update, tempest always has the screenshot, but
the option toggles whether the screenshot is included in the issue.
  • Loading branch information
Dav1dde authored Jan 23, 2025
1 parent afb03d6 commit 106140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/views/settings/project/tempest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
},
],
},
Expand Down

0 comments on commit 106140b

Please sign in to comment.