diff --git a/client/src/locale/angular.sq.xlf b/client/src/locale/angular.sq.xlf
index a52dba76e..b36007bcf 100644
--- a/client/src/locale/angular.sq.xlf
+++ b/client/src/locale/angular.sq.xlf
@@ -1904,7 +1904,7 @@
{VAR_PLURAL, plural, =1 {result} other {results} }
- {VAR_PLURAL, plural, =1 {result} {results} të tjera }
+ {VAR_PLURAL, plural, =1 {result} other {results} }
src/app/search/search.component.html
5
@@ -4520,7 +4520,7 @@
{VAR_PLURAL, plural, =1 {Video} other {Videos} }
- {VAR_PLURAL, plural, =1 {Video} {Videos} të tjera }
+ {VAR_PLURAL, plural, =1 {Video} other {Videos} }
src/app/+admin/users/user-edit/user-edit.component.html
24
@@ -4532,7 +4532,7 @@
{VAR_PLURAL, plural, =1 {Channel} other {Channels} }
- {VAR_PLURAL, plural, =1 {Channel} {Channels} të tjerë }
+ {VAR_PLURAL, plural, =1 {Channel} other {Channels} }
src/app/+admin/users/user-edit/user-edit.component.html
30
@@ -4544,7 +4544,7 @@
{VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }
- {VAR_PLURAL, plural, =1 {Subscriber} {Subscribers} të tjerë }
+ {VAR_PLURAL, plural, =1 {Subscriber} other {Subscribers} }
src/app/+admin/users/user-edit/user-edit.component.html
36
@@ -4580,7 +4580,7 @@
{VAR_PLURAL, plural, =1 {Comment} other {Comments} }
- {VAR_PLURAL, plural, =1 {Comment} {Comments} të tjerë }
+ {VAR_PLURAL, plural, =1 {Comment} other {Comments} }
src/app/+admin/users/user-edit/user-edit.component.html
54