mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update file-upload.js
Change the location of the translation file.
This commit is contained in:
parent
38efad7881
commit
07c36654b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue