remove unused tips
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
67ddb49aab
commit
9def078424
1 changed files with 6 additions and 6 deletions
|
|
@ -1932,8 +1932,8 @@ lazy_static::lazy_static! {
|
|||
try_again: true,
|
||||
}), (crate::server::LOGIN_MSG_DESKTOP_XSESSION_FAILED, LoginErrorMsgBox{
|
||||
msgtype: "session-re-login",
|
||||
title: "xsession_failed_title_tip",
|
||||
text: "xsession_failed_text_tip",
|
||||
title: "",
|
||||
text: "",
|
||||
link: "",
|
||||
try_again: true,
|
||||
}), (crate::server::LOGIN_MSG_DESKTOP_SESSION_ANOTHER_USER, LoginErrorMsgBox{
|
||||
|
|
@ -1956,14 +1956,14 @@ lazy_static::lazy_static! {
|
|||
try_again: true,
|
||||
}), (crate::server::LOGIN_MSG_DESKTOP_SESSION_NOT_READY_PASSWORD_EMPTY, LoginErrorMsgBox{
|
||||
msgtype: "session-login-password",
|
||||
title: "session_not_ready_no_password_title_tip",
|
||||
text: "session_not_ready_no_password_text_tip",
|
||||
title: "",
|
||||
text: "",
|
||||
link: "",
|
||||
try_again: true,
|
||||
}), (crate::server::LOGIN_MSG_DESKTOP_SESSION_NOT_READY_PASSWORD_WRONG, LoginErrorMsgBox{
|
||||
msgtype: "session-login-re-password",
|
||||
title: "session_not_ready_wrong_password_title_tip",
|
||||
text: "session_not_ready_wrong_password_text_tip",
|
||||
title: "",
|
||||
text: "",
|
||||
link: "",
|
||||
try_again: true,
|
||||
}), (crate::server::LOGIN_MSG_NO_PASSWORD_ACCESS, LoginErrorMsgBox{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue