window.addEventListener("DOMContentLoaded", function() { // Selecciona el botón con el ID 'hl-pagination-next' const botonAnterior = document.getElementById("hl-pagination-previous"); // Verifica si el botón existe y cambia su texto if (botonAnterior) { botonAnterior.textContent = "Anterior"; } });