diff --git a/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx b/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx index 26df4283..f54ad41f 100644 --- a/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx +++ b/src/figma-make/components/pages/list-daily-checklist/ListDailyChecklistContent.tsx @@ -367,7 +367,7 @@ export function ListDailyChecklistContent() { }, { accessorKey: 'updated_at', - header: 'Update At', + header: 'Diperbarui', enableSorting: false, cell: ({ row }) => formatDateTime(row.original.updated_at), },