temporary password -> one-time password

This commit is contained in:
rustdesk
2023-03-06 18:02:47 +08:00
parent 4db317ad73
commit 35e9815e9e
33 changed files with 33 additions and 33 deletions

View File

@@ -460,6 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", ""),
("Resolution", ""),
("No transfers in progress", ""),
("Set temporary password length", ""),
("Set one-time password length", ""),
].iter().cloned().collect();
}