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 GitHub
parent 38efad7881
commit 07c36654b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ OC.Uploader.prototype = _.extend({
return;
}
this._setProgressBarText(t('core', 'Processing files …'), t('core', '…'));
this._setProgressBarText(t('files', 'Processing files …'), t('files', '…'));
// Nothing is being uploaded at this point, and the pending operations
// can not be cancelled, so the cancel button should be hidden.