mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Remove share action display name
This commit is contained in:
parent
b142fbe6d7
commit
9acbb3e902
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
fileActions.registerAction({
|
||||
name: 'Share',
|
||||
displayName: t('files_sharing', 'Share'),
|
||||
displayName: '',
|
||||
mime: 'all',
|
||||
permissions: OC.PERMISSION_SHARE,
|
||||
icon: OC.imagePath('core', 'actions/share'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue