fix(news): Update category placeholder text in news table
- Change placeholder text from 'Tidak ada tag' to 'Tidak ada kategori' for the categories column
This commit is contained in:
parent
dd100d1704
commit
cb8dac63fe
@ -45,7 +45,7 @@ public static function configure(Table $table): Table
|
||||
->limitList(3)
|
||||
->expandableLimitedList()
|
||||
->badge()
|
||||
->placeholder('Tidak ada tag'),
|
||||
->placeholder('Tidak ada kategori'),
|
||||
|
||||
TextColumn::make('tags.name')
|
||||
->label('Tag')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user