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.
1 parent fd2d026 commit 1f5d6adCopy full SHA for 1f5d6ad
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