Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static/gsAdmin/views/launchpadAdminPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ export function LaunchpadAdminPage() {
<Flex direction="column" gap="md">
<Heading as="h3">Fetch Artifact Info</Heading>
<Text as="p" variant="muted">
Retrieve all data and details for a specific preprod artifact.
Retrieve all data and details for a specific preprod artifact (includes
snapshot info).
</Text>
<label htmlFor="fetchInfoArtifactId">
<Text bold>Preprod Artifact ID:</Text>
Expand Down
Loading