From 97772f9ac512a88bf4a6ed19a10911c6294cb0b8 Mon Sep 17 00:00:00 2001 From: "Generalworks Inc." Date: Tue, 30 Jul 2024 01:27:28 +0900 Subject: [PATCH] Fix typo on ja.rs (#8886) --- src/lang/ja.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ja.rs b/src/lang/ja.rs index c2537ebc9..7bc06d8cc 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -430,7 +430,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("length>=8", "8文字以上"), ("Weak", "脆弱"), ("Medium", "普通"), - ("Strong", "協力"), + ("Strong", "強力"), ("Switch Sides", "接続方向の切り替え"), ("Please confirm if you want to share your desktop?", "デスクトップの共有を許可しますか?"), ("Display", "ディスプレイ"),