chore: update column labels from Tgl to Tanggal in DataChange and News tables

This commit is contained in:
Yoga Pangestu 2026-04-09 08:31:28 +07:00
parent 1ae4d58b48
commit d9eb5af495
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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'),