From 8361c4b9ad218202fe011ac2f100bb2f8761a81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Thu, 12 May 2022 11:18:40 +0200 Subject: [PATCH] Errores texto en mensajes --- clockIn.html | 2 +- js/clockIn.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();