diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-09 15:28:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 15:28:08 +0200 |
commit | 7f6e7f8794b6caf67c50adaadfc839f52143fc78 (patch) | |
tree | f49dde89025bee6e14bbd33dfcf6dcf33a7d2320 /apps | |
parent | 55c3c91963f16443d5978f8365bd9589acce373c (diff) | |
parent | 07c36654b1bd348f88209acec955293868c91afe (diff) | |
download | nextcloud-server-7f6e7f8794b6caf67c50adaadfc839f52143fc78.tar.gz nextcloud-server-7f6e7f8794b6caf67c50adaadfc839f52143fc78.zip |
Merge pull request #15478 from Valdnet/patch-1
Update file-upload.js
Diffstat (limited to 'apps')
-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. |