diff --git a/helpers/Dojo/ExerciceResultsValidation.ts b/helpers/Dojo/ExerciceResultsValidation.ts index 9b91ceed6716ecce08e94d3ca25c0e83451f1f1d..80750b25256d9cfb577ff9011ae6d0a2040decd6 100644 --- a/helpers/Dojo/ExerciceResultsValidation.ts +++ b/helpers/Dojo/ExerciceResultsValidation.ts @@ -62,7 +62,7 @@ class ExerciceResultsValidation { this.events.emit('finished', false, ExerciceCheckerError.EXERCICE_RESULTS_FOLDER_TOO_BIG); return; } - this.events.emit('endStep', 'CHECK_SIZE', 'Validating results folder size', false); + this.events.emit('endStep', 'CHECK_SIZE', 'Results folder size is in bounds', false); } this.events.emit('finished', true, 0);