Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJordil committed Feb 28, 2022
1 parent c97bbd6 commit 9e4fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/hessologin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(document.getElementById("username") != null){
}
})
} else { // Connection failed
error_message.innerHTML = "Les informations d'identification fournies dans l'extension sont erronées<br>Veuillez les mettre à jour et réssayer !"
error_message.innerHTML = "Les informations d'identification fournies dans l'extension sont erronées.<br>Veuillez les mettre à jour et réessayer !"
}


Expand Down

0 comments on commit 9e4fb24

Please sign in to comment.