From 87a7cc7787a27de26726bb645365b126bb5f3b37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Sat, 12 Aug 2023 00:18:38 +0200
Subject: [PATCH] ExerciceResultsValidation => Fix check size success sentence

---
 helpers/Dojo/ExerciceResultsValidation.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/Dojo/ExerciceResultsValidation.ts b/helpers/Dojo/ExerciceResultsValidation.ts
index 9b91cee..80750b2 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);
-- 
GitLab