diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2019-05-09 14:30:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 14:30:43 +0200 |
commit | 07c36654b1bd348f88209acec955293868c91afe (patch) | |
tree | 74e998963058d4439b1bf46f154fed0b98cd901c /apps/files | |
parent | 38efad788194f3a700ac7a6d86708e0968d86e1b (diff) | |
download | nextcloud-server-07c36654b1bd348f88209acec955293868c91afe.tar.gz nextcloud-server-07c36654b1bd348f88209acec955293868c91afe.zip |
Update file-upload.js
Change the location of the translation file.
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/file-upload.js | 2 |
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. |