From be6a2fe873b75236edbed557e07baefcd4c151ed Mon Sep 17 00:00:00 2001 From: printempw Date: Tue, 14 Aug 2018 17:26:40 +0800 Subject: [PATCH] Show FAQ link on fatal error modal --- resources/assets/src/stylus/general.styl | 9 +++++++++ resources/lang/en/locale.js | 2 +- resources/lang/zh_CN/locale.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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: '取消',