Skip to content

Commit bb2c5c3

Browse files
fix(scans): change label for next scan (#6726)
Co-authored-by: Pablo Lara <[email protected]>
1 parent 0018f36 commit bb2c5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/scans/table/scans/column-get-scans.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const ColumnGetScans: ColumnDef<ScanProps>[] = [
124124
},
125125
{
126126
accessorKey: "next_scan_at",
127-
header: "Scheduled at",
127+
header: "Next scan",
128128
cell: ({ row }) => {
129129
const {
130130
attributes: { next_scan_at },

0 commit comments

Comments
 (0)