diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index af8c27de9..7cff9ee35 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -4447,7 +4447,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
{VAR_PLURAL, plural, =1 {Video} other {Videos} }
- {VAR_PLURAL, plural, =1 {Video} otros {Videos} }
+ {VAR_PLURAL, plural, =1 {Video} other {Videos} }
src/app/+admin/users/user-edit/user-edit.component.html
24
@@ -5653,7 +5653,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other { videos} }
- {VAR_PLURAL, plural, =0 {Ningún videos} =1 {1 video} otros{ videos} }
+ {VAR_PLURAL, plural, =0 {Ningún videos} =1 {1 video} other { videos} }
src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.html
23
@@ -7912,7 +7912,7 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
{VAR_PLURAL, plural, =1 {Published 1 video} other {Published videos} }
- {VAR_PLURAL, plural, =1 {Published 1 video} otros{Published videos} }
+ {VAR_PLURAL, plural, =1 {Published 1 video} other {Published videos} }
src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
1