diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index f1a204a50..dc3a365ad 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -7858,7 +7858,7 @@
Do you really want to reject {count, plural, =1 { follow request?} other { follow requests?}}
- 本当に{count, plural, =1 {のフォローリクエスト拒否しますか?} other {件のフォローリクエストを拒否しますか?}}
+ 本当に{count, plural, =1 {のフォローリクエストを拒否しますか?} other {件のフォローリクエストを拒否しますか?}}
src/app/+admin/follows/followers-list/followers-list.component.ts
82
@@ -7874,7 +7874,7 @@
Rejected {count, plural, =1 { follow request} other { follow requests}}
- 拒否しました {count, plural, =1 {件のフォローリクエスト} other {件のフォローリクエスト}}
+ 拒否しました {count, plural, =1 {のフォローリクエスト} other {件のフォローリクエスト}}
src/app/+admin/follows/followers-list/followers-list.component.ts
94