opt hint of elevation username (#12338)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-07-18 18:40:43 +08:00
committed by GitHub
parent a37f4d79db
commit 1581272104
48 changed files with 48 additions and 47 deletions

View File

@@ -257,5 +257,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("update-failed-check-msi-tip", "Installation method check failed. Please click the \"Download\" button to download from the release page and upgrade manually."),
("websocket_tip", "When using WebSocket, only relay connections are supported."),
("terminal-admin-login-tip", "Please input the administrator username and password of the controlled side."),
("elevation_username_tip", "Input username or domain\\username"),
].iter().cloned().collect();
}