remove translation

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-07-29 18:02:12 +08:00
parent 2e256c0fca
commit 3343210e8b
37 changed files with 3 additions and 73 deletions

View File

@@ -377,7 +377,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
link: 'https://rustdesk.com/docs/en/manual/linux/#x11-required');
} else if (bind.mainIsLoginWayland()) {
return buildInstallCard("Warning",
translate("login_wayland_text_tip"), "", () async {},
translate("Login screen using Wayland is not supported"), "", () async {},
help: 'Help',
link: 'https://rustdesk.com/docs/en/manual/linux/#login-screen');
}