Skip to content

Commit 2701036

Browse files
committed
update i18n text
1 parent 9136532 commit 2701036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/i18n.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const translations = {
2424
"answer.modalTitle": "Answer",
2525
"answer.generating": "Generating answer...",
2626
"answer.processing": "Processing answer...",
27-
"answer.processFailure": "The answer couldn't be processed properly. Showing raw output:",
27+
"answer.processFailure": "The answer couldn't be processed properly. Please retry! Showing raw output:",
2828
"button.notMyStack": "Regenerate Question",
2929
"button.submit": "Submit",
3030
"button.nextQuestion": "Next Question",
@@ -159,7 +159,7 @@ const translations = {
159159
"answer.modalTitle": "答案",
160160
"answer.generating": "生成答案中...",
161161
"answer.processing": "正在处理答案...",
162-
"answer.processFailure": "答案无法正确处理。显示原始输出:",
162+
"answer.processFailure": "答案无法正确处理。请重试!\n 显示原始输出:",
163163
"button.notMyStack": "重新生成问题",
164164
"button.submit": "提交",
165165
"button.nextQuestion": "下一题",

0 commit comments

Comments
 (0)