Skip to content

Commit 5c18d94

Browse files
hIkipoohtaehwannohg-pyunBrian
authored
ErrorDecoder Translation PR (#219)
* Fixed mixed commit other than JSX in Depth * Fix feedback * Update JSX in Depth * delete unnecessary white space * 에러 디코더 번역 완료 * 맞춤법 수정 반영 * 메세지 => 메시지 수정 * Apply prettier Co-authored-by: Taehwan Noh <[email protected]> Co-authored-by: Haegul Pyun <[email protected]> Co-authored-by: Brian <[email protected]>
1 parent b7505fb commit 5c18d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ErrorDecoder/ErrorDecoder.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ function ErrorResult(props: {|code: ?string, msg: string|}) {
6969
if (!code) {
7070
return (
7171
<p>
72-
When you encounter an error, you'll receive a link to this page for that
73-
specific error and we'll show you the full error text.
72+
에러가 발생한 경우 해당 에러에 대한 페이지로의 링크를 받게 되고 전체
73+
에러 메시지를 보여드립니다.
7474
</p>
7575
);
7676
}
7777

7878
return (
7979
<div>
8080
<p>
81-
<b>The full text of the error you just encountered is:</b>
81+
<b>발생한 에러에 대한 전체 에러 메시지입니다:</b>
8282
</p>
8383
<code>
8484
<b>{urlify(errorMsg)}</b>

0 commit comments

Comments
 (0)