Merge pull request #15485 from nextcloud/backport/15478/stable15

[stable15] Update file-upload.js
This commit is contained in:
Morris Jobke 2019-05-09 16:12:58 +02:00 committed by GitHub
commit bb94888f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,8 +779,8 @@ OC.Uploader.prototype = _.extend({
return;
}
$('#uploadprogressbar .label .mobile').text(t('core', '…'));
$('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …'));
$('#uploadprogressbar .label .mobile').text(t('files', '…'));
$('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …'));
// Nothing is being uploaded at this point, and the pending operations
// can not be cancelled, so the cancel button should be hidden.