Skip to content

Commit

Permalink
🐛 Swap reports download tooltip messages (#1358)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <abrugaro@redhat.com>
  • Loading branch information
abrugaro authored Sep 14, 2023
1 parent bebf36e commit 040019d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const ApplicationDetailDrawerAnalysis: React.FC<
<DescriptionListTerm>Download</DescriptionListTerm>
<DescriptionListDescription>
<Tooltip
content="Click to download Analysis report YAML file"
content="Click to download Analysis report TAR file"
position="top"
>
<DownloadButton
Expand All @@ -147,7 +147,7 @@ export const ApplicationDetailDrawerAnalysis: React.FC<
</Tooltip>
{" | "}
<Tooltip
content="Click to download Analysis report TAR file"
content="Click to download Analysis report YAML file"
position="top"
>
<DownloadButton
Expand Down

0 comments on commit 040019d

Please sign in to comment.