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(); }