We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd2d026 + 1f5d6ad commit bb94888Copy full SHA for bb94888
apps/files/js/file-upload.js
@@ -779,8 +779,8 @@ OC.Uploader.prototype = _.extend({
779
return;
780
}
781
782
- $('#uploadprogressbar .label .mobile').text(t('core', '…'));
783
- $('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …'));
+ $('#uploadprogressbar .label .mobile').text(t('files', '…'));
+ $('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …'));
784
785
// Nothing is being uploaded at this point, and the pending operations
786
// can not be cancelled, so the cancel button should be hidden.
0 commit comments