From e5dfd6f94ff2c3a0172ee12645505ddf4fc4bb9b Mon Sep 17 00:00:00 2001 From: PintoGideon Date: Fri, 25 Oct 2024 16:53:58 -0400 Subject: [PATCH] feat: minor bug fix --- src/components/PipelinesCopy/useDownloadSource.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PipelinesCopy/useDownloadSource.tsx b/src/components/PipelinesCopy/useDownloadSource.tsx index 85497625b..4469ab506 100644 --- a/src/components/PipelinesCopy/useDownloadSource.tsx +++ b/src/components/PipelinesCopy/useDownloadSource.tsx @@ -71,7 +71,7 @@ export const useDownloadSource = () => { onSuccess: (fileName: string) => { notification.success({ message: "Download Successful", - description: `The file "${fileName}" has been downloaded successfully.`, + description: `The pipeline "${fileName}" has been downloaded successfully.`, }); data.reset(); },