Skip to content

Commit d105114

Browse files
authored
Update ErrorDecoder.js
1 parent 5bcd5a5 commit d105114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ErrorDecoder/ErrorDecoder.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ function ErrorResult(props: {|code: ?string, msg: string|}) {
6969
if (!code) {
7070
return (
7171
<p>
72-
一旦遇到错误,你将收到指向此页面的特定错误的链接,我们会完全地显示错误内容
72+
一旦遇到错误,你将收到指向此页面的特定错误的链接,我们会完整地显示错误内容
7373
</p>
7474
);
7575
}
7676

7777
return (
7878
<div>
7979
<p>
80-
<b>你刚才遇到错误的完全内容</b>
80+
<b>刚刚遇到错误的完整内容为</b>
8181
</p>
8282
<code>
8383
<b>{urlify(errorMsg)}</b>

0 commit comments

Comments
 (0)