diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index d179a09be1..adf3d49591 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -69,8 +69,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { if (!code) { return (
- When you encounter an error, you'll receive a link to this page for that - specific error and we'll show you the full error text. + 一旦遇到错误,你将收到指向此页面的特定错误的链接,我们会完整地显示错误内容。
); } @@ -78,7 +77,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (- The full text of the error you just encountered is: + 刚刚遇到错误的完整内容为:
{urlify(errorMsg)}