You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2022/09/07 20:34:18 UTC

[druid] branch master updated: Fix web-console message in MSQ data loader (#12996)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e20d70242 Fix web-console message in MSQ data loader (#12996)
7e20d70242 is described below

commit 7e20d7024244544981781ac58c1a67f43053d142
Author: Kashif Faraz <ka...@gmail.com>
AuthorDate: Thu Sep 8 02:04:10 2022 +0530

    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 b82166755a..69dcd79918 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() && (
           <>
             <p>
-              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.
             </p>
             <ExecutionProgressBarPane
               execution={insertResultState.intermediate}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org