diff --git a/client/src/locale/angular.sq.xlf b/client/src/locale/angular.sq.xlf
index b36007bcf..f031c0ec7 100644
--- a/client/src/locale/angular.sq.xlf
+++ b/client/src/locale/angular.sq.xlf
@@ -828,7 +828,7 @@
- {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} tjetër { video} }
+ {VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { video} }
src/app/shared/video-playlist/video-playlist-miniature.component.html
9
@@ -1112,7 +1112,7 @@
- {VAR_SELECT, select, undefined {Unsubscribe} tjetër {Unsubscribe from all channels} }
+ {VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }
src/app/shared/user-subscription/subscribe-button.component.html
31