diff --git a/frontend/js/header.js b/frontend/js/header.js index 19e31a1..47b0f66 100644 --- a/frontend/js/header.js +++ b/frontend/js/header.js @@ -39,6 +39,7 @@ function inicializarVariables() { nombreCicloElem = document.getElementById('nombre_ciclo'); cicloParImparElem = document.getElementById('ciclo_par_impar'); santoDelDiaElem = document.getElementById('santo-del-dia'); + santoDelDiaElem.textContent = "Cargando santo..."; descripcionSantoDelDiaElem = document.getElementById('descripcion-santo-del-dia'); indicadorLiturgicoElem = document.getElementById('indicador-liturgico'); menuPrincipalElem = document.getElementById('menu-principal');