Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4c36012

Browse files
correction typo
1 parent 2ec3f59 commit 4c36012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Crud/ProcessExecutionCrudController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function configureFields(string $pageName): array
7979
return match ($value) {
8080
ProcessExecution::STATUS_FAIL => '<button class="btn btn-danger btn-lm">failed</button>',
8181
ProcessExecution::STATUS_START => '<button class="btn btn-warning btn-lm">started</button>',
82-
ProcessExecution::STATUS_SUCCESS => '<button class="btn btn-success btn-lm">succcess</button>',
82+
ProcessExecution::STATUS_SUCCESS => '<button class="btn btn-success btn-lm">success</button>',
8383
default => '<button class="btn btn-info btn-lm">unknown</button>',
8484
};
8585
}),

0 commit comments

Comments
 (0)