make Share button localized again
it seems we have forgotten to use named FileAction
This commit is contained in:
parent
3425c73815
commit
691fab8be3
|
@ -469,7 +469,7 @@
|
|||
if (url) {
|
||||
OC.redirect(url);
|
||||
}
|
||||
});
|
||||
}, t('files', 'Download'));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
$tr.removeAttr('data-share-recipients');
|
||||
}
|
||||
});
|
||||
});
|
||||
}, t('files_sharing', 'Share'));
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue