Show FAQ link on fatal error modal
This commit is contained in:
parent
375d821fbd
commit
be6a2fe873
|
|
@ -215,3 +215,12 @@ input:-webkit-autofill {
|
|||
td[class='key'], td[class='value'] {
|
||||
border-top: 0 !important;
|
||||
}
|
||||
|
||||
.modal-danger .modal-title small {
|
||||
color: #fff;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@
|
|||
general: {
|
||||
skin: 'Skin',
|
||||
cape: 'Cape',
|
||||
fatalError: 'Fatal Error (Please contact the author)',
|
||||
fatalError: 'Fatal Error <small>(Please read the <a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">FAQ</a> before asking questions)</small>',
|
||||
confirmLogout: 'Sure to log out?',
|
||||
confirm: 'OK',
|
||||
cancel: 'Cancel',
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@
|
|||
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