Fix grammar

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-03-20 11:08:39 +01:00
parent 11f838f9e4
commit 1e61c17932
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -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;