Update file-upload.js
Change the location of the translation file.
This commit is contained in:
parent
d4bc8d390f
commit
7f5a4ebd7f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue