Update file-upload.js

Change the location of the translation file.
This commit is contained in:
Valdnet 2019-05-09 14:30:43 +02:00 committed by Morris Jobke
parent fd2d026adf
commit 1f5d6ad23b
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

@ -779,8 +779,8 @@ OC.Uploader.prototype = _.extend({
return;
}
$('#uploadprogressbar .label .mobile').text(t('core', '…'));
$('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …'));
$('#uploadprogressbar .label .mobile').text(t('files', '…'));
$('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …'));
// Nothing is being uploaded at this point, and the pending operations
// can not be cancelled, so the cancel button should be hidden.