Translations. Add "RDP Settings"

This commit is contained in:
grummbeer
2023-03-07 22:03:52 +01:00
parent 3da68377ae
commit 513feca03f
34 changed files with 67 additions and 34 deletions

View File

@@ -462,6 +462,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No transfers in progress", ""),
("Set one-time password length", ""),
("idd_driver_tip", ""),
("confirm_idd_driver_tip", "")
("confirm_idd_driver_tip", ""),
("RDP Settings", ""),
].iter().cloned().collect();
}