Skip to content

Commit

Permalink
Merge pull request #15482 from nextcloud/backport/15478/stable16
Browse files Browse the repository at this point in the history
[stable16] Update file-upload.js
  • Loading branch information
MorrisJobke authored May 9, 2019
2 parents d4bc8d3 + 7f5a4eb commit 0d6a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/file-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d6a5ce

Please sign in to comment.