diff --git a/app/Livewire/Datatable/Catalog/BrandsTable.php b/app/Livewire/Datatable/Catalog/BrandsTable.php index d2f38fe..f1e86b8 100644 --- a/app/Livewire/Datatable/Catalog/BrandsTable.php +++ b/app/Livewire/Datatable/Catalog/BrandsTable.php @@ -80,7 +80,7 @@ public function columns(): array $actions .= view('components.actions.table.edit-modal', [ 'id' => $row->hash, 'method' => 'update', - 'modalTitle' => 'Ubah Kategori', + 'modalTitle' => 'Ubah Merek', ])->render(); }