From 7f5a4ebd7ff827ad71dc9c4e6421a351c86706aa 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: [PATCH] Update file-upload.js Change the location of the translation file. --- apps/files/js/file-upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 7681de9bf38be..8db23fca3b5e9 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -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.