diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 0afc48e9e..e0db739f9 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -517,7 +517,7 @@
{views, plural, =0 {No view} =1 {1 view} other { views}}
- {views, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}}
+ {views, plural, =0 {Nessuno spettatore} =1 {1 visualizzazione} other { visualizzazioni}}
src/app/shared/shared-main/video/video.model.ts
306
@@ -17147,9 +17147,9 @@
35
-
+
{interval, plural, =1 {1 day ago} other { days ago}}
- {interval, plural, =1 {1 day ago} other { days ago}}
+ {interval, plural, =1 {1 giorno fa} other { giorni fa}}
src/app/shared/shared-main/angular/from-now.pipe.ts
40