diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index d5b9a9c10..6d6c3b24a 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -10535,7 +10535,7 @@
Comment cannot be more than 3000 characters long.
- コメントは3000文字以上は書けません。
+ コメントは3,000文字以上入力できません。
src/app/shared/form-validators/video-comment-validators.ts9
@@ -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