diff --git a/modules/interventi/modals/firma.php b/modules/interventi/modals/firma.php index 31a254b50..6e1f4c583 100644 --- a/modules/interventi/modals/firma.php +++ b/modules/interventi/modals/firma.php @@ -81,7 +81,7 @@ if ($interventi_da_firmare) { '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' @@ -123,7 +123,7 @@ if ($interventi_firmati) { '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' @@ -169,7 +169,7 @@ if ($interventi_completati) { '.tr('Questi interventi non verranno firmati').' '; } else { - echo 'Nessun Intervento..'; + echo tr('Nessun Intervento.'); } echo ' diff --git a/modules/interventi/modals/firma_tavoletta.php b/modules/interventi/modals/firma_tavoletta.php index 25d14a573..f61fdc594 100644 --- a/modules/interventi/modals/firma_tavoletta.php +++ b/modules/interventi/modals/firma_tavoletta.php @@ -25,7 +25,7 @@ echo ' '; echo ' -
+ @@ -293,7 +293,7 @@ echo ' $("#signature-pad").hide(); $("#image-signature").show(); - $("#btn-group-firma").show(); + $("#btn-group-firma").show(); } function mmToPx(mm) {