Skip to content

Commit 5f308fe

Browse files
authored
feat(model/pid): lowercase error array element (pterodactyl#3892)
1 parent e881285 commit 5f308fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/features/PIDLimitModalFeature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const PIDLimitModalFeature = () => {
2424

2525
const errors = [
2626
'pthread_create failed',
27-
'Exception in thread "Craft Async Scheduler Management Thread"',
27+
'exception in thread "craft async scheduler management thread"',
2828
'unable to create new native thread',
2929
'unable to create native thread',
3030
];

0 commit comments

Comments
 (0)