diff --git a/resources/assets/src/stylus/general.styl b/resources/assets/src/stylus/general.styl index 1ddfbfd5..07817551 100644 --- a/resources/assets/src/stylus/general.styl +++ b/resources/assets/src/stylus/general.styl @@ -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; + } +} diff --git a/resources/lang/en/locale.js b/resources/lang/en/locale.js index ef0448ae..108fef76 100644 --- a/resources/lang/en/locale.js +++ b/resources/lang/en/locale.js @@ -199,7 +199,7 @@ general: { skin: 'Skin', cape: 'Cape', - fatalError: 'Fatal Error (Please contact the author)', + fatalError: 'Fatal Error (Please read the FAQ before asking questions)', confirmLogout: 'Sure to log out?', confirm: 'OK', cancel: 'Cancel', diff --git a/resources/lang/zh_CN/locale.js b/resources/lang/zh_CN/locale.js index 09b42759..54ee6a74 100644 --- a/resources/lang/zh_CN/locale.js +++ b/resources/lang/zh_CN/locale.js @@ -201,7 +201,7 @@ general: { skin: '皮肤', cape: '披风', - fatalError: '严重错误(请联系作者)', + fatalError: '严重错误(提问前请先查阅 常见问题', confirmLogout: '确定要登出吗?', confirm: '确定', cancel: '取消',