From 365a40d11f80faaa5f49cc5f746858e332ad7a76 Mon Sep 17 00:00:00 2001 From: TakakiMoriguchi <59556279+TakakiMoriguchi@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:09:30 +0900 Subject: [PATCH] fix: Japanese typo (#11034) --- web/i18n/ja-JP/app-debug.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/ja-JP/app-debug.ts b/web/i18n/ja-JP/app-debug.ts index 05e81a2ae2..1f33197ebf 100644 --- a/web/i18n/ja-JP/app-debug.ts +++ b/web/i18n/ja-JP/app-debug.ts @@ -359,7 +359,7 @@ const translation = { 'content': 'コンテンツ', 'required': '必須', 'file': { - supportFileTypes: 'サッポトされたファイルタイプ', + supportFileTypes: 'サポートされたファイルタイプ', image: { name: '画像', },