Skip to content

Commit ba5d0d6

Browse files
monikakusterkresimir-coko
authored andcommitted
4872 rename column Execution date to Start date
1 parent 36f7660 commit ba5d0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/automation/workflow-executions/components/WorkflowExecutionsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const WorkflowExecutionsTable = ({data}: {data: WorkflowExecution[]}) => {
6262
?.startDate?.toLocaleTimeString()}`}
6363
</>
6464
),
65-
header: 'Execution date',
65+
header: 'Start date',
6666
}),
6767
columnHelper.accessor((row) => row.job, {
6868
cell: (info) => (

0 commit comments

Comments
 (0)