feat: update category menu and dashboard titles for consistency and clarity

This commit is contained in:
Ardeman
2025-03-07 15:04:22 +08:00
parent 72e2dac328
commit 40a3f33ea3
2 changed files with 9 additions and 11 deletions
+3 -3
View File
@@ -27,11 +27,11 @@ export const CategoriesPage = () => {
},
},
{
title: 'Nama Kategori',
title: 'Nama',
data: 'name',
},
{
title: 'Code Katgeori',
title: 'Kode',
data: 'code',
},
{
@@ -78,7 +78,7 @@ export const CategoriesPage = () => {
columns={dataColumns}
options={dataOptions}
slots={dataSlot}
title="Daftar Katgeori"
title="Daftar Kategori"
/>
</div>
)