diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index dfc0b7c83..40f3c00dd 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -518,7 +518,7 @@
{count, plural, =1 {1 user banned.} other { users banned.}}
- {count, plural, =1 {1 user banned.} other { users banned.}}
+ {count, plural, =1 {1 utilisateur banni.} other { utilisateurs bannis.}}
src/app/shared/shared-moderation/user-ban-modal.component.ts
70
@@ -726,7 +726,7 @@
Do you really want to delete {length, plural, =1 {this video} other { videos}}?
- Do you really want to delete {length, plural, =1 {this video} other { videos}}?
+ Voulez-vous vraiment supprimer {length, plural, =1 {cette vidéo} other { vidéos}}?
src/app/+my-library/my-videos/my-videos.component.ts
170