diff --git a/services/NormalBot.php b/services/NormalBot.php index b629e17..11ae068 100644 --- a/services/NormalBot.php +++ b/services/NormalBot.php @@ -884,7 +884,7 @@ class NormalBot WhatsAppSender::sendDocument($context['from'], $upload['media_id'], $phoneNumberId, $caption, $reportName); ConversationContext::reset($ctxId); - return self::sendText('✅ Reporte enviado.' . $nav, $context['from'], $company); + return self::sendText('✅ Reporte generado.' . $nav, $context['from'], $company); } // ── Public helpers ───────────────────────────────────────────────────────