Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-05-09 16:29:24 +0300
committerGitHub <noreply@github.com>2019-05-09 16:29:24 +0300
commit0d6a5ce302a92b4bb2bddb946efcee3d1466a11d (patch)
treec40e0637f61a3386c696d20189ccf0442a26e0c5
parentd4bc8d390febafdce358a2d81c5db7f8086948fe (diff)
parent7f5a4ebd7ff827ad71dc9c4e6421a351c86706aa (diff)
Merge pull request #15482 from nextcloud/backport/15478/stable16
[stable16] Update file-upload.js
-rw-r--r--apps/files/js/file-upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 7681de9bf38..8db23fca3b5 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.