Parcourir la source

Update file-upload.js

Change the location of the translation file.
tags/v17.0.0beta1
Valdnet il y a 5 ans
Parent
révision
07c36654b1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
apps/files/js/file-upload.js Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer