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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2019-05-09 15:30:43 +0300
committerGitHub <noreply@github.com>2019-05-09 15:30:43 +0300
commit07c36654b1bd348f88209acec955293868c91afe (patch)
tree74e998963058d4439b1bf46f154fed0b98cd901c /apps/files/js/file-upload.js
parent38efad788194f3a700ac7a6d86708e0968d86e1b (diff)
Update file-upload.js
Change the location of the translation file.
Diffstat (limited to 'apps/files/js/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.