Skip to content
Snippets Groups Projects
Commit 9b220d0b authored by Björn Schießle's avatar Björn Schießle
Browse files

rename History to Versions

parent d9e75c2b
No related branches found
No related tags found
No related merge requests found
$(document).ready(function(){
if (typeof FileActions !== 'undefined') {
// Add history button to 'files/index.php'
// Add versions button to 'files/index.php'
FileActions.register(
'file'
, t('files_versions', 'History')
, t('files_versions', 'Versions')
, OC.PERMISSION_UPDATE
, function() {
// Specify icon for hitory button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment