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:55:16 UTC

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

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

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


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

commit 20035022a8f727fb0346581422fb05b42bbd261f
Author: Vadim Ogievetsky <va...@ogievetsky.com>
AuthorDate: Wed Sep 7 13:55:08 2022 -0700

    Fix web-console message in MSQ data loader (#12996) (#13047)
    
    * Fix typo in web-console message
    
    * Prettify the changes
    
    Co-authored-by: Kashif Faraz <ka...@gmail.com>
---
 .../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