mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Update file-upload.js
Change the location of the translation file.
This commit is contained in:
parent
fd2d026adf
commit
1f5d6ad23b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue