From 88d5b47966974c51401fe1305ec61bb5a05f9e9c Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 9 May 2019 14:30:43 +0200 Subject: Update file-upload.js Change the location of the translation file. --- apps/files/js/file-upload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 31577e9a76b..b69755153bd 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -767,8 +767,8 @@ OC.Uploader.prototype = _.extend({ return; } - $('#uploadprogressbar .label .mobile').text(t('core', '…')); - $('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …')); + $('#uploadprogressbar .label .mobile').text(t('files', '…')); + $('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …')); // Nothing is being uploaded at this point, and the pending operations // can not be cancelled, so the cancel button should be hidden. -- cgit v1.2.3