Skip to content

Commit

Permalink
Fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Apr 9, 2024
1 parent 2b62c71 commit 5a7a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-scheduled-job/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const PageScheduledJob: FunctionComponent<{
<>
<div className="grid grid--gap-medium">
<JobReplica
header={`Job replica ${jobReplicas?.length > 1 ? ' #' + jobReplicas.length : ''} (see failed replicas below)`}
header={`Job replica ${jobReplicas?.length > 1 ? ' #' + jobReplicas.length + ' (see failed replicas below)' : ''}`}
appName={appName}
envName={envName}
jobComponentName={jobComponentName}
Expand Down

0 comments on commit 5a7a376

Please sign in to comment.