mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 02:31:00 +03:00
fix: new translation message (#12312)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user