diff --git a/setup/seed_palmas.php b/setup/seed_palmas.php index 7f6afb4..4476c64 100644 --- a/setup/seed_palmas.php +++ b/setup/seed_palmas.php @@ -211,8 +211,8 @@ $configJson = [ 'endpoint_key' => 'produccion_total_bot_dn', 'date_mode' => 'current_month', 'next_endpoint_key' => 'produccion_total_pdf_bot_dn', - 'next_caption' => '📊 Producción del mes (PDF)', - 'next_filename' => 'produccion_mes.pdf', + 'next_caption' => '📊 Producción del año (PDF)', + 'next_filename' => 'produccion_año.pdf', ]], 'produccion_lotes' => ['type' => 'function', 'function' => 'api_report', 'params' => [ 'endpoint_key' => 'produccion_lotes_bot_dn',