diff --git a/app/views/mailer/test_ticket/it.html.erb b/app/views/mailer/test_ticket/it.html.erb
index 6511cb3db..a90ef716c 100644
--- a/app/views/mailer/test_ticket/it.html.erb
+++ b/app/views/mailer/test_ticket/it.html.erb
@@ -1,4 +1,4 @@
-Biglietto di prova!
+Ticket di prova!
Cear #{agent.firstname},
,.
diff --git a/app/views/mailer/ticket_reminder_reached/it.html.erb b/app/views/mailer/ticket_reminder_reached/it.html.erb
index 8adc70c45..a6143ec07 100644
--- a/app/views/mailer/ticket_reminder_reached/it.html.erb
+++ b/app/views/mailer/ticket_reminder_reached/it.html.erb
@@ -1,8 +1,8 @@
-Promemoria raggiunto (#{ticket.title})
+Promemoria attivato (#{ticket.title})
Buongiorno #{recipient.firstname},
-Un biglietto ha bisogno di attenzione, promemoria raggiunto per (#{ticket.title}) con il cliente "#{ticket.customer.longname}".
+Un ticket ha bisogno di attenzione, promemoria attivato per (#{ticket.title}) con il cliente "#{ticket.customer.longname}".
<% if @objects[:article] %>
diff --git a/app/views/mailer/ticket_update/it.html.erb b/app/views/mailer/ticket_update/it.html.erb
index cac275c52..f642eb691 100644
--- a/app/views/mailer/ticket_update/it.html.erb
+++ b/app/views/mailer/ticket_update/it.html.erb
@@ -1,9 +1,9 @@
-Biglietto aggiornato (#{ticket.title})
+Ticket aggiornato (#{ticket.title})
Buongiorno #{recipient.firstname},
-Ticket (#{ticket.title}) è stato aggiornato da "#{current_user.longname}".
+Il ticket (#{ticket.title}) è stato aggiornato da "#{current_user.longname}".
<% if @objects[:changes].present? %>