From 6fa81385684b584bf562508667fffbadc6dfc9d6 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 20 Feb 2022 10:12:28 +0800 Subject: [PATCH] fix CI --- src/lang/fr.rs | 2 +- src/ui/common.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 246c821e4..e0c63fd92 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -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"), diff --git a/src/ui/common.css b/src/ui/common.css index e22cf0369..23174c220 100644 --- a/src/ui/common.css +++ b/src/ui/common.css @@ -329,6 +329,7 @@ div#msgbox .msgbox-icon svg { background: white; } + div#msgbox .form { border-spacing: 0.5em; }