Browse Source

Update file-upload.js

Change the location of the translation file.
tags/v17.0.0beta1
Valdnet 5 years ago
parent
commit
07c36654b1
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
apps/files/js/file-upload.js 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.

Loading…
Cancel
Save