We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d50e9d commit f0fd41fCopy full SHA for f0fd41f
src/i18n/locales/en/tools.json
@@ -16,7 +16,7 @@
16
}
17
},
18
"errors": {
19
- "fileNotFound": "File Not Found",
+ "fileNotFound": "File not found",
20
"parseError": "Parse Error",
21
"commandTimeout": "Command Timeout",
22
"permissionDenied": "Permission Denied",
@@ -27,7 +27,7 @@
27
"configurationError": "Configuration Error",
28
"authenticationFailed": "Authentication Failed",
29
"invalidLineNumber": "Invalid Line Number",
30
- "fileAlreadyExists": "File Already Exists",
+ "fileAlreadyExists": "File already exists",
31
"directoryNotFound": "Directory Not Found",
32
"invalidPath": "Invalid Path",
33
"readError": "Read Error",
0 commit comments