mirror of https://github.com/apache/druid.git
* Fix typo in web-console message * Prettify the changes Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
This commit is contained in:
parent
7f4e034930
commit
20035022a8
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue