From 2830b1cbac820607b0a3d7ccca3bb2148ee434b4 Mon Sep 17 00:00:00 2001 From: 21pages Date: Sun, 26 Jul 2026 22:12:06 +0800 Subject: [PATCH] fix en translation Signed-off-by: 21pages --- src/lang/en.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en.rs b/src/lang/en.rs index 97e84bb81..fcd68a300 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -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(); }