Merge pull request 'Errores texto en mensajes' (#6) from test into master
gitea/worker-time-control/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Andrés 2022-05-12 09:19:36 +00:00
commit 4d495b16db
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ and open the template in the editor.
<div class="in">Inicio jornada</div>
<div class="inMiddle">Inicio descanso</div>
<div class="outMiddle">Fin descanso</div>
<div class="out">Fin jornanda</div>
<div class="out">Fin jornada</div>
</div>
<p></p>

View File

@ -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();