diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 98529e659..82f7b9c6b 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -322,7 +322,7 @@
- {views, plural, =0 {بدون بازدید} =1 {یک بازدید} other { بازدید}}
+ {views, plural, =0 {بدون بازدید} =1 {یک بازدید} other { بازدید}}
src/app/shared/shared-main/video/video.model.ts
22
@@ -567,7 +567,7 @@
- {VAR_PLURAL, plural, =1 {یک بازدید} other { بازدید }}
+ {VAR_PLURAL, plural, =1 {یک بازدید} other { بازدید }}
src/app/shared/shared-video/video-views-counter.component.html3
@@ -6250,7 +6250,7 @@
- {VAR_PLURAL, plural, =0 {No views} =1 {1 view} other { views}}
+ {VAR_PLURAL, plural, =0 {بدون بازدید} =1 {یک بازدید} other { بازدید}}
src/app/+my-library/+my-video-channels/my-video-channels.component.html49