feat: update category menu and dashboard titles for consistency and clarity
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user