chore: rename updated_at column title to 'Diperbarui'

This commit is contained in:
ValdiANS
2026-01-21 13:08:05 +07:00
parent 4081a326e3
commit b62424af18
@@ -367,7 +367,7 @@ export function ListDailyChecklistContent() {
},
{
accessorKey: 'updated_at',
header: 'Update At',
header: 'Diperbarui',
enableSorting: false,
cell: ({ row }) => formatDateTime(row.original.updated_at),
},