refactor: update labels for various fields across multiple resources for clarity and consistency
This commit is contained in:
parent
e5c1776caa
commit
2a82afca1b
@ -119,7 +119,7 @@ public static function table(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Pengirim')
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('email')
|
||||
|
||||
@ -83,7 +83,7 @@ public static function infolist(Schema $schema): Schema
|
||||
])
|
||||
->schema([
|
||||
TextEntry::make('title')
|
||||
->label('Judul'),
|
||||
->label('Judul Kerja Sama'),
|
||||
|
||||
Grid::make(3)
|
||||
->schema([
|
||||
|
||||
@ -73,6 +73,7 @@ public function form(Schema $schema): Schema
|
||||
return $schema
|
||||
->components([
|
||||
TextInput::make('title')
|
||||
->label('Judul')
|
||||
->placeholder('Dirgahayu Purwakarta')
|
||||
->required()
|
||||
->autocomplete(false)
|
||||
|
||||
@ -44,7 +44,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('title')
|
||||
->label('Judul')
|
||||
->label('Judul Kerja Sama')
|
||||
->searchable()
|
||||
->sortable()
|
||||
->wrap(),
|
||||
|
||||
@ -31,7 +31,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Lengkap')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Klasifikasi')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama OPD')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Lokus')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Subklasifikasi')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Sublokus')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Tema')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('name')
|
||||
->label('Nama')
|
||||
->label('Nama Lengkap')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('title')
|
||||
->label('Judul')
|
||||
->label('Judul Konten')
|
||||
->searchable()
|
||||
->sortable()
|
||||
->wrap()
|
||||
|
||||
@ -39,12 +39,12 @@ public static function configure(Table $table): Table
|
||||
->sortable(),
|
||||
|
||||
TextColumn::make('media_name')
|
||||
->label('Nama media')
|
||||
->label('Nama Media')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
TextColumn::make('title')
|
||||
->label('Judul')
|
||||
->label('Judul Berita')
|
||||
->limit(30)
|
||||
->searchable()
|
||||
->sortable(),
|
||||
|
||||
@ -30,7 +30,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('title')
|
||||
->label('Judul')
|
||||
->label('Judul Pengumuman')
|
||||
->searchable()
|
||||
->sortable()
|
||||
->wrap(),
|
||||
|
||||
@ -29,7 +29,7 @@ public static function configure(Table $table): Table
|
||||
...RowIndexColumn::make(),
|
||||
|
||||
TextColumn::make('title')
|
||||
->label('Judul')
|
||||
->label('Judul Berita')
|
||||
->searchable()
|
||||
->sortable()
|
||||
->wrap()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user