diff --git a/config-ui/src/routes/onboard/step-4.tsx b/config-ui/src/routes/onboard/step-4.tsx index 22992d3dbeb..d1f687178cf 100644 --- a/config-ui/src/routes/onboard/step-4.tsx +++ b/config-ui/src/routes/onboard/step-4.tsx @@ -134,7 +134,7 @@ export const Step4 = () => { const collector = { plugin: collectorTask.plugin, - name: `Collect non-Git entitles in ${collectorTask.options?.fullName ?? 'Unknown'}`, + name: `Collect non-Git entities in ${collectorTask.options?.fullName ?? 'Unknown'}`, percent: collectorSubtasks.length ? Math.floor((collectorSubtasksFinished.length / collectorSubtasks.length) * 100) : 0, @@ -151,7 +151,7 @@ export const Step4 = () => { const extractor = { plugin: extractorTask.plugin, - name: `Collect Git entitles in ${extractorTask.options?.fullName ?? 'Unknown'}`, + name: `Collect Git entities in ${extractorTask.options?.fullName ?? 'Unknown'}`, percent: extractorSubtasks.length ? Math.floor((extractorSubtasksFinished.length / extractorSubtasks.length) * 100) : 0,