refactor: update ad table column title from 'Diklik' to 'Jumlah Klik' for clarity

This commit is contained in:
Ardeman
2025-03-18 17:26:38 +08:00
parent 22918b8bdb
commit 1585830184
+1 -1
View File
@@ -52,7 +52,7 @@ export const AdvertisementsPage = () => {
}, },
}, },
{ {
title: 'Diklik', title: 'Jumlah Klik',
data: 'clicked', data: 'clicked',
}, },
{ {