refact, wayland login screen translate

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-07-29 17:35:44 +08:00
Unverified
parent 5403166552
commit 2e256c0fca
2 changed files with 2 additions and 2 deletions

View File

@@ -74,6 +74,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("logout_tip", "Are you sure you want to log out?"),
("exceed_max_devices", "You have reached the maximum number of managed devices."),
("login_wayland_title_tip", "Failed to connect"),
("login_wayland_text_tip", "Login screen of Wayland is not supported."),
("login_wayland_text_tip", "Login screen using Wayland is not supported."),
].iter().cloned().collect();
}