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

* Fix typo in web-console message

* Prettify the changes
This commit is contained in:
Kashif Faraz 2022-09-08 02:04:10 +05:30 committed by GitHub
parent 92789cfc4a
commit 7e20d70242
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}