mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
changed a single typo. 'to' --> 'too'.
This commit is contained in:
parent
56dfcce9b9
commit
9ac8c324ed
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ OC_FILES.upload=function(dir,iframeId){
|
|||
if(fileSelector.files && fileSelector.files[0].fileSize){
|
||||
var size=fileSelector.files[0].fileSize;
|
||||
if(size>max_upload){
|
||||
new OCNotification('File to large',10000)
|
||||
new OCNotification('File too large',10000)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue