/*
Theme Name: Hello Elementor Child
Theme URI: https://tu-sitio.com
Description: Tema hijo de Hello Elementor
Author: Tu Nombre
Author URI: https://tu-sitio.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

document.addEventListener("DOMContentLoaded", function() {
  const errorEl = document.querySelector(".wppb-error");
  if (errorEl) {
    errorEl.innerHTML = errorEl.innerHTML.replace("The password field is empty.", "La contraseña es incorrecta");
    errorEl.innerHTML = errorEl.innerHTML.replace("ERROR", "ERROR (ES)");
  }
});
