This commit is contained in:
rustdesk 2022-02-20 10:12:28 +08:00
parent 270c927d2f
commit 6fa8138568
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change ID", "Changer d'ID"),
("Website", "Site Web"),
("About", "À propos de"),
("About RustDesk", "À propos de RustDesk")
("About RustDesk", "À propos de RustDesk"),
("Mute", "Muet"),
("Audio Input", "Entrée audio"),
("ID Server", "Serveur ID"),

View File

@ -329,6 +329,7 @@ div#msgbox .msgbox-icon svg {
background: white;
}
div#msgbox .form {
border-spacing: 0.5em;
}