Change "Reporte enviado" to "Reporte generado"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-30 20:10:09 -05:00
co-authored by Claude Sonnet 4.6
parent 97a48d0fe4
commit 34322ae3dc
+1 -1
View File
@@ -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 ───────────────────────────────────────────────────────