瀏覽代碼

Update file-upload.js

Change the location of the translation file.
tags/v17.0.0beta1
Valdnet 5 年之前
父節點
當前提交
07c36654b1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
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.

Loading…
取消
儲存