Skip to content

Commit

Permalink
Capitalize MB
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Sep 15, 2024
1 parent 3879535 commit 295cce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
"pattern": "{property} is invalid, '{model}' doesn't match pattern '{regex}'",
"noDuplicated": "Can only select each {property} once!",
"url": "Invalid URL format (did you forget https://?)",
"maxFileSize": "File is too large, max size is 10mb",
"maxFileSize": "File is too large, max size is 10MB",
"validProjectName": "Project name is already taken"
},
"fieldError": {
Expand Down

0 comments on commit 295cce0

Please sign in to comment.