fix: new translation message (#12312)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-07-16 09:25:47 +08:00
committed by GitHub
parent d5eb87ee8b
commit e31b04b6a7
47 changed files with 47 additions and 47 deletions

View File

@@ -1969,7 +1969,7 @@ impl Connection {
}
#[cfg(target_os = "windows")]
if !lr.os_login.username.is_empty() && !crate::platform::is_installed() {
self.send_login_error("Supported only by the installation version.")
self.send_login_error("Supported only in the installed version.")
.await;
sleep(1.).await;
return false;