Skip to content

Commit

Permalink
ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmarques committed May 13, 2024
1 parent e645dc6 commit f7fdd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function valiTd(){
function validacao(input) {
const spn = document.querySelector('span')
const msg = document.createElement('span');
const text = document.createTextNode('campo vazio');
const text = document.createTextNode('Preencha o campo vazio');
if(spn){
return
}
Expand Down

0 comments on commit f7fdd5c

Please sign in to comment.