Skip to content

Commit f0fd41f

Browse files
committed
chore(i18n): sentence case error titles ('File not found', 'File already exists')
1 parent 7d50e9d commit f0fd41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i18n/locales/en/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"errors": {
19-
"fileNotFound": "File Not Found",
19+
"fileNotFound": "File not found",
2020
"parseError": "Parse Error",
2121
"commandTimeout": "Command Timeout",
2222
"permissionDenied": "Permission Denied",
@@ -27,7 +27,7 @@
2727
"configurationError": "Configuration Error",
2828
"authenticationFailed": "Authentication Failed",
2929
"invalidLineNumber": "Invalid Line Number",
30-
"fileAlreadyExists": "File Already Exists",
30+
"fileAlreadyExists": "File already exists",
3131
"directoryNotFound": "Directory Not Found",
3232
"invalidPath": "Invalid Path",
3333
"readError": "Read Error",

0 commit comments

Comments
 (0)