fix en translation

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2026-07-26 22:12:06 +08:00
parent ce3ed5f93a
commit 2830b1cbac

View File

@@ -284,6 +284,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("id_whitelist_wildcard_tip", "Wildcards are supported: '*' matches any number of characters, '?' matches exactly one character"),
("id_whitelist_caveat_tip", "The ID is reported by the connecting client. This whitelist reduces exposure and does not replace the password or 2FA."),
("whitelist_cidr_tip", "CIDR notation is supported, e.g. 192.168.1.0/24"),
("Your ip is blocked by the peer", "Your IP is blocked by the peer")
("Your ip is blocked by the peer", "Your IP is blocked by the peer"),
].iter().cloned().collect();
}