diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index ce2cc26fb..8a08e831e 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -1634,7 +1634,7 @@
Quota exceeded
- アップロード容量制限を越えました
+ アップロード容量制限を超過しました
src/app/shared/shared-video-live/live-stream-information.component.ts
46
@@ -10504,7 +10504,7 @@
External channel URL must begin with "https://" or "http://"
- 外部の動画サイトのチャンネルURLは、「https://」または「http://」で始まっている必要があります
+ 外部の動画サイトのチャンネルURLは、「https://」または「http://」で始まる必要があります
src/app/shared/form-validators/video-channel-validators.ts
60
@@ -10733,7 +10733,7 @@
A date is required to schedule video update.
- 予約投稿の動画の更新には、日付が必須です。
+ 予約投稿の動画の更新には日付が必須です。
src/app/shared/form-validators/video-validators.ts91