Merge pull request #3109 from owncloud/fix-2928
fix wrong shared icon description
This commit is contained in:
commit
4660f194ea
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ var FileActions = {
|
|||
}
|
||||
});
|
||||
if(actions.Share && !($('#dir').val() === '/' && file === 'Shared')){
|
||||
// t('files', 'Share')
|
||||
addAction('Share', actions.Share);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue