diff --git a/clockIn.html b/clockIn.html index b91bdcb..dbe3515 100644 --- a/clockIn.html +++ b/clockIn.html @@ -39,7 +39,7 @@ and open the template in the editor.
Inicio jornada
Inicio descanso
Fin descanso
-
Fin jornanda
+
Fin jornada

diff --git a/js/clockIn.js b/js/clockIn.js index df17364..c02e5b2 100644 --- a/js/clockIn.js +++ b/js/clockIn.js @@ -73,7 +73,7 @@ function setView() { $("#txtNombre").text(userData["name"] + " " + userData["surname"]); getInfo(); if(userData["button1"] === null && userData["button2"] === null ) { - printError ("Contacta con tu resposable") + printError ("Contacta con tu responsable") } else { $("." + userData["button1"]).show(); $("." + userData["button2"]).show();