diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 5b2431642..ffc2520ce 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -515,9 +515,9 @@
244
-
+
{views, plural, =0 {No view} =1 {1 view} other { views}}
- {spettatori, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}}
+ {views, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}}
src/app/shared/shared-main/video/video.model.ts
306
@@ -547,9 +547,9 @@
355
-
+
{viewers, plural, =0 {No viewers} =1 {1 viewer} other { viewers}}
- {spettatori, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}}
+ {viewers, plural, =0 {Nessuno spettatore} =1 {1 spettatore} other { spettatori}}
src/app/shared/shared-main/video/video.model.ts
303