Skip to content

Commit 1f5d6ad

Browse files
ValdnetMorrisJobke
authored andcommitted
Update file-upload.js
Change the location of the translation file.
1 parent fd2d026 commit 1f5d6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/files/js/file-upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ OC.Uploader.prototype = _.extend({
779779
return;
780780
}
781781

782-
$('#uploadprogressbar .label .mobile').text(t('core', '…'));
783-
$('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …'));
782+
$('#uploadprogressbar .label .mobile').text(t('files', '…'));
783+
$('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …'));
784784

785785
// Nothing is being uploaded at this point, and the pending operations
786786
// can not be cancelled, so the cancel button should be hidden.

0 commit comments

Comments
 (0)