Skip to content

Commit

Permalink
Fixed label.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarini committed Oct 11, 2024
1 parent 81b138f commit 3772eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/listeners/ExtractionJobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const headCells = [
},
{
id: "created",
label: "Submitted At",
label: "Submitted On",
},
{
id: "creator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const ExtractionJobsToolbar = (props: ExtractionJobsToolbarProps) => {
</FormControl>
<LocalizationProvider dateAdapter={AdapterDateFns}>
<DatePicker
label="Submitted at"
label="Submitted on"
value={selectedCreatedTime}
onChange={(value) => {
setSelectedCreatedTime(value);
Expand Down

0 comments on commit 3772eb7

Please sign in to comment.