Skip to content

Commit c8d68d7

Browse files
committed
update error logs label
1 parent f395a81 commit c8d68d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/DeploymentError.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function DeploymentError({ errorData }: DeploymentErrorProps) {
2222
)}
2323
{errorData.stderr && (
2424
<>
25-
<DeploymentErrorHeader title="stderr" />
25+
<DeploymentErrorHeader title="Error logs:" />
2626
<CodeBlock
2727
showCopyButton={false}
2828
showLineNumbers={false}

0 commit comments

Comments
 (0)