From ee0edfcb3403e6d87a7cce0ea0fb674a05dce552 Mon Sep 17 00:00:00 2001 From: beantaco <64012487+beantaco@users.noreply.github.com> Date: Fri, 26 Feb 2021 01:55:02 +0000 Subject: [PATCH] Fixes translations of "invalid" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some instances of "invalid" were translated as "無効" (disabled/ineffective), for example "invalid protocol version" and "corrupted key". In these cases, "無効" has been replaced with "不正" (incorrect/improper). --- _locales/ja/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index 0670f85f6..8ff122adb 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -1295,7 +1295,7 @@ "message": "削除" }, "invalidSessionId": { - "message": "Session ID が無効です" + "message": "Session ID が不正です" }, "emptyGroupNameError": { "message": "グループ名を入力してください"