Skip to content

Commit

Permalink
refactor: update table headers to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Oct 19, 2023
1 parent 2ec4906 commit 8230ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobTable/JobTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const JobTable = ({ jobs, refetch }) => (
<Table>
<TableHead>
<TableRowHead>
<TableCellHead>{i18n.t('Job name')}</TableCellHead>
<TableCellHead>{i18n.t('Name')}</TableCellHead>
<TableCellHead>{i18n.t('Type')}</TableCellHead>
<TableCellHead>{i18n.t('Schedule')}</TableCellHead>
<TableCellHead>{i18n.t('Next run')}</TableCellHead>
Expand Down

0 comments on commit 8230ecf

Please sign in to comment.