fix: breadcrumbs indonesian labels
This commit is contained in:
@@ -18,6 +18,8 @@ class CashCategoryResource extends Resource
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-tag';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Keuangan';
|
||||
protected static ?string $navigationLabel = 'Kategori';
|
||||
protected static ?string $modelLabel = 'Kategori Kas';
|
||||
protected static ?string $pluralModelLabel = 'Kategori Kas';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -8,4 +8,5 @@ use Filament\Resources\Pages\CreateRecord;
|
||||
class CreateCashCategory extends CreateRecord
|
||||
{
|
||||
protected static string $resource = CashCategoryResource::class;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user