mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #15484 from nextcloud/backport/15478/stable14
[stable14] Update file-upload.js
This commit is contained in:
commit
4d806a9579
1 changed files with 2 additions and 2 deletions
|
|
@ -767,8 +767,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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue