diff --git a/frontend/src/hooks/tools/shared/useToolOperation.ts b/frontend/src/hooks/tools/shared/useToolOperation.ts index 3cc24c30f..1c4f6c368 100644 --- a/frontend/src/hooks/tools/shared/useToolOperation.ts +++ b/frontend/src/hooks/tools/shared/useToolOperation.ts @@ -250,7 +250,7 @@ export const useToolOperation = ( inputFileIds.push(fileId); inputStirlingFileStubs.push(record); } else { - console.warn(`No file record found for file: ${file.name}`); + console.warn(`No file stub found for file: ${file.name}`); } }