From 20035022a8f727fb0346581422fb05b42bbd261f Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Wed, 7 Sep 2022 13:55:08 -0700 Subject: [PATCH] Fix web-console message in MSQ data loader (#12996) (#13047) * Fix typo in web-console message * Prettify the changes Co-authored-by: Kashif Faraz --- .../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.