diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index e153c29c8..c97e53079 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -10211,7 +10211,7 @@
The subject cannot be more than 120 characters long.
- 件名は120文字以上は入力できません。
+ 件名は120文字以上入力できません。
src/app/shared/form-validators/instance-validators.ts34
@@ -10226,7 +10226,7 @@
The message cannot be more than 5000 characters long.
- メッセージは5,000 文字以上は入力できません。
+ メッセージは5,000 文字以上入力できません。
src/app/shared/form-validators/instance-validators.ts47
@@ -10415,7 +10415,7 @@
Abuse message cannot be more than 3000 characters long.
- 不正行為に関する通報へのメッセージは、3000文字以上入力できません。
+ 不正行為に関する通報へのメッセージは3,000文字以上は入力できません。
src/app/shared/form-validators/abuse-validators.ts27
@@ -10430,7 +10430,7 @@
Block reason cannot be more than 300 characters long.
- ブロック理由は300文字以上入力できません。
+ ブロック理由は300文字以上は入力できません。
src/app/shared/form-validators/video-block-validators.ts8