Merge pull request #15482 from nextcloud/backport/15478/stable16

[stable16] Update file-upload.js
This commit is contained in:
Morris Jobke 2019-05-09 15:29:24 +02:00 committed by GitHub
commit 0d6a5ce302
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.