Explorar el Código

make Share button localized again

it seems we have forgotten to use named FileAction
tags/v8.0.0beta1
Volkan Gezer hace 9 años
padre
commit
691fab8be3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      apps/files/js/fileactions.js
  2. 1
    1
      apps/files_sharing/js/share.js

+ 1
- 1
apps/files/js/fileactions.js Ver fichero

@@ -469,7 +469,7 @@
if (url) {
OC.redirect(url);
}
});
}, t('files', 'Download'));
}
};


+ 1
- 1
apps/files_sharing/js/share.js Ver fichero

@@ -135,7 +135,7 @@
$tr.removeAttr('data-share-recipients');
}
});
});
}, t('files_sharing', 'Share'));
},

/**

Cargando…
Cancelar
Guardar