瀏覽代碼

“Internet” typo

Artur Paikin 7 年之前
父節點
當前提交
a9bc3e2bcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/Core.js

+ 1 - 1
src/core/Core.js

@@ -33,7 +33,7 @@ class Uppy {
         uppyServerError: 'Connection with Uppy Server failed',
         uppyServerError: 'Connection with Uppy Server failed',
         failedToUpload: 'Failed to upload',
         failedToUpload: 'Failed to upload',
         noInternetConnection: 'No Internet connection',
         noInternetConnection: 'No Internet connection',
-        connectedToInternet: 'Connected to the Intenet!'
+        connectedToInternet: 'Connected to the Internet'
       }
       }
     }
     }