diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 9d029b3c9..d297b2d16 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -10400,7 +10400,7 @@
Moderation comment cannot be more than 3000 characters long.
- モデレーターのコメントは、3000文字以上入力できません。
+ モデレーターのコメントは3,000文字以上は入力できません。src/app/shared/form-validators/abuse-validators.ts18
@@ -10488,7 +10488,7 @@
Support text cannot be more than 1000 characters long.
- 応援テキストには1000文字以上は入力できません。
+ 応援テキストには1,000文字以上は入力できません。src/app/shared/form-validators/video-channel-validators.ts48
@@ -10698,7 +10698,7 @@
Video description cannot be more than 10000 characters long.
- 動画の説明は、10,000文字以上は入力できません。
+ 動画の説明は10,000文字以上は入力できません。src/app/shared/form-validators/video-validators.ts60