瀏覽代碼

improve language of "huge file" error

Ted Thibodeau Jr 2 年之前
父節點
當前提交
c11779eaba
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/Graph/ErrorView.tsx

+ 4 - 4
src/components/Graph/ErrorView.tsx

@@ -32,11 +32,11 @@ export const ErrorView = () => (
       height="200"
       height="200"
       alt="oops"
       alt="oops"
     />
     />
-    <StyledTitle>JSON Crack unable to handle this file!</StyledTitle>
+    <StyledTitle>JSON Crack is unable to handle this file!</StyledTitle>
     <StyledInfo>
     <StyledInfo>
-      We apologize for the problem you encountered, we are doing our best as Open
-      Source community to improve our service. JSON Crack is currently unable to
-      handle such a huge file.
+      We apologize for the problem you encountered. We are doing our best as an Open
+      Source community to improve our service. Unfortunately, JSON Crack is currently unable to
+      handle such a large file.
     </StyledInfo>
     </StyledInfo>
   </StyledErrorView>
   </StyledErrorView>
 );
 );