Doc: update lang for keyboard mode

This commit is contained in:
Asura
2022-07-27 07:36:50 -07:00
parent 6a3d527f93
commit d08931c317
15 changed files with 30 additions and 0 deletions

View File

@@ -300,5 +300,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Activate onetime password", ""),
("Set security password", ""),
("Connection not allowed", ""),
("Legacy mode", ""),
("Map mode", ""),
].iter().cloned().collect();
}