chore: update column labels from Tgl to Tanggal in DataChange and News tables
This commit is contained in:
parent
1ae4d58b48
commit
d9eb5af495
@ -77,7 +77,7 @@ public static function configure(Table $table): Table
|
||||
->limit(50),
|
||||
|
||||
TextColumn::make('created_at')
|
||||
->label('Tgl Permohonan')
|
||||
->label('Tanggal Permohonan')
|
||||
->date()
|
||||
->sortable()
|
||||
->dateTime('l, d F Y H:i:s')
|
||||
|
||||
@ -64,7 +64,7 @@ public static function configure(Table $table): Table
|
||||
->alignCenter(),
|
||||
|
||||
TextColumn::make('published_at')
|
||||
->label('Tgl Publish')
|
||||
->label('Tanggal Publish')
|
||||
->searchable()
|
||||
->sortable()
|
||||
->date('l, d F Y H:i'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user