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 17:12:25 +0300
committerGitHub <noreply@github.com>2019-05-09 17:12:25 +0300
commit4d806a95795427f03344cd40650268a7ddb35f18 (patch)
tree0f700f916a9762c3399120b8360467dea4e9c495
parenta108a7c3d012c011ac58c1f4a9d9e650f57af052 (diff)
parent88d5b47966974c51401fe1305ec61bb5a05f9e9c (diff)
Merge pull request #15484 from nextcloud/backport/15478/stable14
[stable14] Update file-upload.js
-rw-r--r--apps/files/js/file-upload.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 31577e9a76b..b69755153bd 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -767,8 +767,8 @@ OC.Uploader.prototype = _.extend({
return;
}
- $('#uploadprogressbar .label .mobile').text(t('core', '…'));
- $('#uploadprogressbar .label .desktop').text(t('core', 'Processing files …'));
+ $('#uploadprogressbar .label .mobile').text(t('files', '…'));
+ $('#uploadprogressbar .label .desktop').text(t('files', 'Processing files …'));
// Nothing is being uploaded at this point, and the pending operations
// can not be cancelled, so the cancel button should be hidden.