fix(perfume feature): Update perfume feature edit modal title from 'Ubah Kategori' to 'Ubah Keunggulan Parfum'.

This commit is contained in:
Yoga Pangestu 2025-12-11 19:48:41 +07:00
parent c3a3754d5f
commit 1c356d9fcc

View File

@ -73,7 +73,7 @@ public function columns(): array
$actions .= view('components.actions.table.edit-modal', [
'id' => $row->hash,
'method' => 'update',
'modalTitle' => 'Ubah Kategori',
'modalTitle' => 'Ubah Keunggulan Parfum',
])->render();
}