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 Backportbot
parent d4bc8d390f
commit 7f5a4ebd7f

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.