mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-24 14:04:07 +08:00
Show FAQ link on fatal error modal
This commit is contained in:
parent
e6d35dd400
commit
1275ca92e3
@ -160,3 +160,12 @@ input:-webkit-autofill {
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-danger .modal-title small {
|
||||
color: #fff;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
@ -313,7 +313,7 @@ admin:
|
||||
general:
|
||||
skin: Skin
|
||||
cape: Cape
|
||||
fatalError: Fatal Error (Please contact the author)
|
||||
fatalError: Fatal Error <small><a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">Possible solutions</a></small>
|
||||
confirmLogout: Sure to log out?
|
||||
confirm: OK
|
||||
cancel: Cancel
|
||||
|
@ -307,7 +307,7 @@ admin:
|
||||
general:
|
||||
skin: 皮肤
|
||||
cape: 披风
|
||||
fatalError: 严重错误(请联系作者)
|
||||
fatalError: 严重错误 <small> <a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">可能的解决方法</a></small>
|
||||
confirmLogout: 确定要登出吗?
|
||||
confirm: 确定
|
||||
cancel: 取消
|
||||
|
Loading…
Reference in New Issue
Block a user