mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
make Share button localized again
it seems we have forgotten to use named FileAction
This commit is contained in:
parent
3425c73815
commit
691fab8be3
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue