Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Apr 23, 2024
1 parent 7b3b269 commit 3f61fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function langVerification(){
textSelect(['main-title',"text-paragrafo","work-resume","work-title"],textLangs[idioma].skills)
break;
case 3:
textSelect(["devtools-descricao","portifolio-descricao",'sounifyme-descricao',"infoeduc-descricao","work-title","virtualdeck-descricao"],textLangs[idioma].work)
textSelect([ "sdkapps-descricao","devtools-descricao","portifolio-descricao",'sounifyme-descricao',"infoeduc-descricao","work-title","virtualdeck-descricao"],textLangs[idioma].work)
document.querySelectorAll('.work-aviso').forEach((element)=>{
element.innerHTML = textLangs[idioma].work['work-aviso']
})
Expand Down

0 comments on commit 3f61fe1

Please sign in to comment.