diff options
-rw-r--r-- | apps/files_sharing/js/share.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 389cbf79a32..04700b84011 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -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'), |