mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
rename History to Versions
This commit is contained in:
parent
d9e75c2b92
commit
9b220d0b93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
$(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
|
||||
|
|
|
|||
Loading…
Reference in a new issue