From b62424af187a7c14f3dd803cccba4c0f8ad1ad73 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Wed, 21 Jan 2026 13:08:05 +0700 Subject: [PATCH] chore: rename updated_at column title to 'Diperbarui' --- .../pages/list-daily-checklist/ListDailyChecklistContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), },