Merge pull request #15482 from nextcloud/backport/15478/stable16
[stable16] Update file-upload.js
This commit is contained in:
commit
0d6a5ce302
|
@ -790,7 +790,7 @@ OC.Uploader.prototype = _.extend({
|
||||||
return;
|
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
|
// Nothing is being uploaded at this point, and the pending operations
|
||||||
// can not be cancelled, so the cancel button should be hidden.
|
// can not be cancelled, so the cancel button should be hidden.
|
||||||
|
|
Loading…
Reference in New Issue