diff --git a/modules/interventi/actions.php b/modules/interventi/actions.php index c9fd1f36f..f5741494b 100644 --- a/modules/interventi/actions.php +++ b/modules/interventi/actions.php @@ -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!", [ diff --git a/package.json b/package.json index 0ba49217d..8360b9a98 100755 --- a/package.json +++ b/package.json @@ -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",