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;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-danger .modal-title small {
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -313,7 +313,7 @@ admin:
|
||||||
general:
|
general:
|
||||||
skin: Skin
|
skin: Skin
|
||||||
cape: Cape
|
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?
|
confirmLogout: Sure to log out?
|
||||||
confirm: OK
|
confirm: OK
|
||||||
cancel: Cancel
|
cancel: Cancel
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@ admin:
|
||||||
general:
|
general:
|
||||||
skin: 皮肤
|
skin: 皮肤
|
||||||
cape: 披风
|
cape: 披风
|
||||||
fatalError: 严重错误(请联系作者)
|
fatalError: 严重错误 <small> <a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">可能的解决方法</a></small>
|
||||||
confirmLogout: 确定要登出吗?
|
confirmLogout: 确定要登出吗?
|
||||||
confirm: 确定
|
confirm: 确定
|
||||||
cancel: 取消
|
cancel: 取消
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user