1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-18 19:23:10 +01:00

Fix minori

This commit is contained in:
Luca 2024-01-24 19:23:52 +01:00
parent 039054a300
commit 328f03b473
2 changed files with 2 additions and 2 deletions

View File

@ -836,7 +836,7 @@ switch (post('op')) {
}
}
} else {
flash()->error(tr('Errore durante il salvataggio della firma!').tr('La firma risulta vuota').'...');
flash()->error(tr('Errore durante il salvataggio della firma!').' '.tr('La firma risulta vuota').'...');
}
} else {
flash()->error(tr("Non è stato possibile creare la cartella _DIRECTORY_ per salvare l'immagine della firma!", [

View File

@ -40,7 +40,7 @@
"pwstrength-bootstrap": "^3.0.4",
"select2": "^4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"signature_pad": "^2.1.1",
"signature_pad": "^2.3.0",
"smartwizard": "^4.2.2",
"sweetalert2": "^6.11.4",
"toastr": "^2.1.4",