fix: update column title from 'Aksi' to 'Action' in ListUser component for clarity

This commit is contained in:
2025-12-08 13:48:15 +07:00
parent fe5f081b92
commit 03be3a6a99

View File

@@ -192,7 +192,7 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog, showApproval
},
},
{
title: 'Aksi',
title: 'Action',
key: 'aksi',
align: 'center',
width: '12%',