I already solved it, I did it with the following command:
Code:
$(document).ready(function(){var newMessage ='<p>Su Rut no se encuentra registrado o esta mal escrito.</p>\
<p> Recuerde usar el formato "11.111.111-k". </p>';
$('.alert-danger').html(newMessage);});
Hello there,
I'm here because i wanted to replace the word "token" using the scripts you guys share 2 years ago. But for some reason they are not working. I noticed that you all said to place it in the "template.js" but i think with the updates that file isn't accessible anymore. I tried to paste the script in the "theme.js" but it doesn't work. I would really appreciate if someone could help me to replace the word "token".
Thanks