Fix web-console message in MSQ data loader (#12996) (#13047)

* Fix typo in web-console message

* Prettify the changes

Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
This commit is contained in:
Vadim Ogievetsky 2022-09-07 13:55:08 -07:00 committed by GitHub
parent 7f4e034930
commit 20035022a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}