diff --git a/app/Filament/Resources/Master/Feeds/FeedResource.php b/app/Filament/Resources/Master/Feeds/FeedResource.php index d1c755b..d3ff469 100644 --- a/app/Filament/Resources/Master/Feeds/FeedResource.php +++ b/app/Filament/Resources/Master/Feeds/FeedResource.php @@ -47,7 +47,7 @@ public static function form(Schema $schema): Schema return $schema ->components([ TextInput::make('name') - ->label('Nama Pakan') + ->label('Nama') ->placeholder('Pelet') ->autocomplete(false) ->autofocus() @@ -94,7 +94,7 @@ public static function table(Table $table): Table return $table ->columns([ TextColumn::make('name') - ->label('Nama Pakan') + ->label('Nama') ->searchable() ->sortable(),