fix wrong shared icon description
fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor
This commit is contained in:
parent
b1c9b296e8
commit
637dd685db
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