diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-10 14:13:43 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-08-10 14:13:43 +0200 |
commit | 9acbb3e9026c9af3668607f2e6e085d7545b085d (patch) | |
tree | e829b698f80567f10d6bc634d7d7c02e1a9f52da /apps | |
parent | b142fbe6d731e761d0098c0e41e42396ee23e24c (diff) | |
download | nextcloud-server-9acbb3e9026c9af3668607f2e6e085d7545b085d.tar.gz nextcloud-server-9acbb3e9026c9af3668607f2e6e085d7545b085d.zip |
Remove share action display name
Diffstat (limited to 'apps')
-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'), |