refactor: Simplify label for Feed resource from 'Nama Pakan' to 'Nama'
This commit is contained in:
parent
71ea216b96
commit
0bba1ff53f
@ -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(),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user