diff --git a/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php b/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php index 127eaf8..ef23eb5 100644 --- a/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php +++ b/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php @@ -85,8 +85,8 @@ public function table(Table $table): Table ]); }) ->color('info'), - Action::make('deleteLogs') - ->label('Delete Logs') + Action::make('truncateLogs') + ->label('Truncate Logs') ->action(function (EmailHealthStatus $record) { $serviceName = strtolower($record->service); $emailService = new EmailService();