Skip to content
Snippets Groups Projects
Unverified Commit 1e61c179 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix grammar

parent 11f838f9
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
} else if (trimmedName.length === 0) {
throw t('files', 'File name cannot be empty.');
} else if (OC.fileIsBlacklisted(trimmedName)) {
throw t('files', '"{name}" is not an allow filetype', {name: name});
throw t('files', '"{name}" is not an allowed filetype', {name: name});
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment