diff --git a/index.html b/index.html index bae5f52..7a93e74 100644 --- a/index.html +++ b/index.html @@ -213,7 +213,7 @@ else if (srv.status_name === 'Visita Agendada' || (srv.scheduled_date && srv.scheduled_time)) { const endT = addOneHour(srv.scheduled_time); - // --- NUEVA LÓGICA: DETECCIÓN DE RETRASO --- + // --- DETECCIÓN DE RETRASO --- const now = new Date(); const schedParts = srv.scheduled_date.split('-'); // Formato esperado YYYY-MM-DD const endTimeParts = endT.split(':'); // Formato esperado HH:MM @@ -241,7 +241,7 @@

Disculpe el retraso

Técnico Demorado

-

La cita estaba prevista hasta las ${endT}. El técnico ha tenido un contratiempo en la ruta anterior. Llegará lo antes posible.

+

La cita estaba prevista entre las ${srv.scheduled_time} y las ${endT}. El técnico ha tenido un contratiempo en la ruta anterior. Llegará lo antes posible.