From 7e20d7024244544981781ac58c1a67f43053d142 Mon Sep 17 00:00:00 2001 From: Kashif Faraz Date: Thu, 8 Sep 2022 02:04:10 +0530 Subject: [PATCH] Fix web-console message in MSQ data loader (#12996) * Fix typo in web-console message * Prettify the changes --- .../ingestion-progress-dialog/ingestion-progress-dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-console/src/views/sql-data-loader-view/ingestion-progress-dialog/ingestion-progress-dialog.tsx b/web-console/src/views/sql-data-loader-view/ingestion-progress-dialog/ingestion-progress-dialog.tsx index b82166755a4..69dcd79918e 100644 --- a/web-console/src/views/sql-data-loader-view/ingestion-progress-dialog/ingestion-progress-dialog.tsx +++ b/web-console/src/views/sql-data-loader-view/ingestion-progress-dialog/ingestion-progress-dialog.tsx @@ -68,8 +68,8 @@ export const IngestionProgressDialog = React.memo(function IngestionProgressDial {insertResultState.isLoading() && ( <>

- The data is now being loaded. You can say here or do something else. The task can be - tracked from both the Query view and the Ingestion views. + The data is now being loaded. You can track the task from both the Query and the + Ingestion views.