Update ingestion-view.tsx (#9250)

Grammar and accuracy updates.
This commit is contained in:
Caroline1000 2020-01-24 01:21:55 -08:00 committed by Clint Wylie
parent f0f68570ec
commit 3daf0f8e12
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ ORDER BY "rank" DESC, "created_time" DESC`;
}}
>
<p>{`Are you sure you want to reset supervisor '${resetSupervisorId}'?`}</p>
<p>Resetting a supervisor could lead data loss or data duplication</p>
<p>Resetting a supervisor will lead to data loss or data duplication.</p>
</AsyncActionDialog>
);
}