Skip to content
Snippets Groups Projects
Commit 1ed34ef2 authored by michael.minelli's avatar michael.minelli
Browse files

AssignmentValidator => Fix step message

parent 7c9d9b44
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class AssignmentValidator {
- Check if required files exists
*/
{
this.events.emit('step', 'REQUIREMENTS_CHECKING', 'Please wait while we are checking if Docker daemon is running...');
this.events.emit('step', 'REQUIREMENTS_CHECKING', 'Please wait while we are checking requirements...');
// Check requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment