This commit is contained in:
rustdesk
2024-03-14 11:45:16 +08:00
parent 5253d67e04
commit 56f27ec356
42 changed files with 45 additions and 41 deletions

View File

@@ -587,6 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("2FA code must be 6 digits.", ""),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("powered by RustDesk", ""),
("powered_by_me", ""),
].iter().cloned().collect();
}